CSS Color Background

Spartan Crimson

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

Preview

Spartan Crimson solid color background preview (#9E1316)

Color value: #9E1316

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #9E1316; }

HTML Code

<section class="hero spartan-crimson-bg"> <h2>Your content</h2> </section> <style> .spartan-crimson-bg { background-color: #9E1316; } </style>