What is the HEX code for firebrick?
The CSS color firebrick in HEX format is #b22222. Use this value directly in CSS, SVG, and most design tools.
How do I use firebrick in CSS?
To apply firebrick in CSS:
- Text color: color: #b22222;
- Background: background-color: #b22222;
- Border: border-color: #b22222;
What are all the color format values for firebrick?
| Format | Value |
|---|---|
| HEX | #b22222 |
| RGB | rgb(178, 34, 34) |
| HSL | hsl(0, 67.9%, 41.6%) |
| CMYK | cmyk(0%, 80.9%, 80.9%, 30.2%) |
How do I convert firebrick to HEX?
Select firebrick from the color name list in our color converter. The HEX value — #b22222 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does firebrick belong to?
firebrick belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 0°, saturation 67.9%, lightness 41.6%.
How do I create lighter and darker shades of firebrick?
Lighter variant (lightness 56.6%): #db4545. Darker variant (lightness 26.6%): #721616. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.