CSS Color Background

Scarlet

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

Preview

Scarlet solid color background preview (#FF2400)

Color value: #FF2400

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FF2400; }

HTML Code

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