CSS Color Background

Fire Engine Red

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

Preview

Fire Engine Red solid color background preview (#CE2029)

Color value: #CE2029

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #CE2029; }

HTML Code

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