CSS Color Background

English Red

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

Preview

English Red solid color background preview (#AB4B52)

Color value: #AB4B52

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #AB4B52; }

HTML Code

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