CSS Color Background

Spanish Carmine

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

Preview

Spanish Carmine solid color background preview (#D10047)

Color value: #D10047

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D10047; }

HTML Code

<section class="hero spanish-carmine-bg"> <h2>Your content</h2> </section> <style> .spanish-carmine-bg { background-color: #D10047; } </style>