CSS Color Background

Cg Red

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

Preview

Cg Red solid color background preview (#E03C31)

Color value: #E03C31

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E03C31; }

HTML Code

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