CSS Color Background

Vermilion (Plochere)

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

Preview

Vermilion (Plochere) solid color background preview (#D9603B)

Color value: #D9603B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D9603B; }

HTML Code

<section class="hero vermilion-plochere-bg"> <h2>Your content</h2> </section> <style> .vermilion-plochere-bg { background-color: #D9603B; } </style>