CSS Color Background

Harvard Crimson

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

Preview

Harvard Crimson solid color background preview (#C90016)

Color value: #C90016

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C90016; }

HTML Code

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