CSS Color Background

Dark Pastel Red

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

Preview

Dark Pastel Red solid color background preview (#C23B22)

Color value: #C23B22

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C23B22; }

HTML Code

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