CSS Color Background

Ua Red

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

Preview

Ua Red solid color background preview (#D9004C)

Color value: #D9004C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D9004C; }

HTML Code

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