CSS Color Background

Rubine Red

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

Preview

Rubine Red solid color background preview (#D10056)

Color value: #D10056

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D10056; }

HTML Code

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