CSS Color Background

Carmine Red

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

Preview

Carmine Red solid color background preview (#FF0038)

Color value: #FF0038

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FF0038; }

HTML Code

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