CSS Color Background

Utah Crimson

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

Preview

Utah Crimson solid color background preview (#D3003F)

Color value: #D3003F

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D3003F; }

HTML Code

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