CSS Color Background

Red (Pantone)

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

Preview

Red (Pantone) solid color background preview (#ED2939)

Color value: #ED2939

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #ED2939; }

HTML Code

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