CSS Color Background

Scarlet (Crayola)

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

Preview

Scarlet (Crayola) solid color background preview (#FD0E35)

Color value: #FD0E35

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FD0E35; }

HTML Code

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