CSS Color Background

Rose Madder

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

Preview

Rose Madder solid color background preview (#E32636)

Color value: #E32636

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E32636; }

HTML Code

<section class="hero rose-madder-bg"> <h2>Your content</h2> </section> <style> .rose-madder-bg { background-color: #E32636; } </style>