CSS Color Background

Deep Carmine Pink

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

Preview

Deep Carmine Pink solid color background preview (#EF3038)

Color value: #EF3038

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #EF3038; }

HTML Code

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