Firebrick Red Hex Code — #B22222
RGB, HSL, and CMYK values for Firebrick Red.
Last updated: April 6, 2026
Firebrick Red Color Values
| Format | Value |
|---|---|
| HEX | #B22222 |
| RGB | rgb(178, 34, 34) |
| HSL | hsl(0, 68%, 42%) |
| CMYK | cmyk(0%, 81%, 81%, 30%) |
When to Use Firebrick Red in Design
Web Design
Use Firebrick Red for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Firebrick Red can work as a primary or accent brand color. Test it across different media (screen, print, merchandise) to ensure consistent appearance.
Print Design
Use the CMYK values (C:0% M:81% Y:81% K:30%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Dark colors like Firebrick Red are effective for primary buttons, navigation bars, and text. Use a lighter tint (increase HSL lightness to 90%+) for hover backgrounds.
How to Use Firebrick Red in CSS
/* Using HEX */ color: #B22222; background-color: #B22222; /* Using RGB */ color: rgb(178, 34, 34); /* Using HSL — best for creating variations */ color: hsl(0, 68%, 42%); /* Transparent overlay (50% opacity) */ background-color: rgba(178, 34, 34, 0.5); /* Lighter variant for hover states */ background-color: hsl(0, 68%, 52%); /* Darker variant for active states */ background-color: hsl(0, 68%, 32%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Firebrick Red without changing its core hue or saturation.
Colors That Go With Firebrick Red
Complementary
Analogous
Triadic
Similar Shades of Red
Frequently Asked Questions
What is the hex code for Firebrick Red?
What is Firebrick Red in RGB and when should I use RGB?
How to use Firebrick Red in CSS with different color formats?
What is the HSL value of Firebrick Red and why is HSL useful for designers?
What is the CMYK value of Firebrick Red for print design?
What colors pair well with Firebrick Red in design projects?
Is Firebrick Red (#B22222) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.