CSS Color Background

Red

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

Preview

Red solid color background preview (#FF0000)

Color value: #FF0000

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FF0000; }

HTML Code

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