CSS Color Background

Rose Red

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

Preview

Rose Red solid color background preview (#C21E56)

Color value: #C21E56

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C21E56; }

HTML Code

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