CSS Color Background

Red (Ncs)

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

Preview

Red (Ncs) solid color background preview (#C40233)

Color value: #C40233

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C40233; }

HTML Code

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