CSS Color Background

Dark Scarlet

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

Preview

Dark Scarlet solid color background preview (#560319)

Color value: #560319

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #560319; }

HTML Code

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