CSS Color Background

Debian Red

Pure CSS color background: #D70A53. Use this solid color for personal and commercial creative projects.

Preview

Debian Red solid color background preview (#D70A53)

Color value: #D70A53

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #D70A53; }

HTML Code

<section class="hero debian-red-bg"> <h2>Your content</h2> </section> <style> .debian-red-bg { background-color: #D70A53; } </style>