Fire Brick Hex Code — #B22222
RGB, HSL, and CMYK values for Fire Brick.
Last updated: April 6, 2026
Fire Brick Color Values
| Format | Value |
|---|---|
| HEX | #B22222 |
| RGB | rgb(178, 34, 34) |
| HSL | hsl(0, 68%, 42%) |
| CMYK | cmyk(0%, 81%, 81%, 30%) |
About Fire Brick
Color psychology: Strength, boldness.
Fire Brick (#B22222) is a medium shade of red with a hue angle of 0° on the color wheel, 68% saturation, and 42% lightness. It's commonly used in web design, graphic design, and branding where strength, boldness are desired associations.
In color theory, Fire Brick sits in the warm section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Fire Brick in Design
Web Design
Use Fire Brick 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
Fire Brick conveys strength, boldness — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
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 Fire Brick are effective for primary buttons, navigation bars, and text. Use a lighter tint (increase HSL lightness to 90%+) for hover backgrounds.
How to Use Fire Brick 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 Fire Brick without changing its core hue or saturation.
Colors That Go With Fire Brick
Complementary
Analogous
Triadic
Similar Shades of Red
Frequently Asked Questions
What is the hex code for Fire Brick?
What is Fire Brick in RGB and when should I use RGB?
How to use Fire Brick in CSS with different color formats?
What is the HSL value of Fire Brick and why is HSL useful for designers?
What is the CMYK value of Fire Brick for print design?
What colors pair well with Fire Brick in design projects?
Is Fire Brick (#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.