CSS Color Background

Medium Candy Apple Red

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

Preview

Medium Candy Apple Red solid color background preview (#E2062C)

Color value: #E2062C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E2062C; }

HTML Code

<section class="hero medium-candy-apple-red-bg"> <h2>Your content</h2> </section> <style> .medium-candy-apple-red-bg { background-color: #E2062C; } </style>