CSS Color Background

Radical Red

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

Preview

Radical Red solid color background preview (#FF355E)

Color value: #FF355E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FF355E; }

HTML Code

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