CSS Color Background

Red Devil

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

Preview

Red Devil solid color background preview (#860111)

Color value: #860111

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #860111; }

HTML Code

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