CSS Color Background

Ruby

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

Preview

Ruby solid color background preview (#E0115F)

Color value: #E0115F

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E0115F; }

HTML Code

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