CSS Color Background

Chinese Red

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

Preview

Chinese Red solid color background preview (#AA381E)

Color value: #AA381E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #AA381E; }

HTML Code

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