CSS Color Background

Copper Red

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

Preview

Copper Red solid color background preview (#CB6D51)

Color value: #CB6D51

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #CB6D51; }

HTML Code

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