CSS Color Background

Crimson

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

Preview

Crimson solid color background preview (#DC143C)

Color value: #DC143C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #DC143C; }

HTML Code

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