CSS Color Background

Mordant Red 19

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

Preview

Mordant Red 19 solid color background preview (#AE0C00)

Color value: #AE0C00

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #AE0C00; }

HTML Code

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