CSS Color Background

Big Dip O’ruby

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

Preview

Big Dip O’ruby solid color background preview (#9C2542)

Color value: #9C2542

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #9C2542; }

HTML Code

<section class="hero big-dip-oruby-bg"> <h2>Your content</h2> </section> <style> .big-dip-oruby-bg { background-color: #9C2542; } </style>