CSS Color Background

Deep Carmine

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

Preview

Deep Carmine solid color background preview (#A9203E)

Color value: #A9203E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A9203E; }

HTML Code

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