CSS Color Background

Imperial Red

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

Preview

Imperial Red solid color background preview (#ED2939)

Color value: #ED2939

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #ED2939; }

HTML Code

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