CSS Color Background

Red (Crayola)

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

Preview

Red (Crayola) solid color background preview (#EE204D)

Color value: #EE204D

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #EE204D; }

HTML Code

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