CSS Color Background

Spanish Crimson

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

Preview

Spanish Crimson solid color background preview (#E51A4C)

Color value: #E51A4C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E51A4C; }

HTML Code

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