CSS Color Background

Cinnabar

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

Preview

Cinnabar solid color background preview (#E34234)

Color value: #E34234

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E34234; }

HTML Code

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