CSS Color Background

Red (Ryb)

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

Preview

Red (Ryb) solid color background preview (#FE2712)

Color value: #FE2712

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FE2712; }

HTML Code

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