CSS Color Background

Cadmium Red

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

Preview

Cadmium Red solid color background preview (#E30022)

Color value: #E30022

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E30022; }

HTML Code

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