CSS Color Background

Red (Pigment)

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

Preview

Red (Pigment) solid color background preview (#ED1C24)

Color value: #ED1C24

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #ED1C24; }

HTML Code

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