CSS Color Background

Upsdell Red

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

Preview

Upsdell Red solid color background preview (#AE2029)

Color value: #AE2029

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #AE2029; }

HTML Code

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