What is the HEX code for burnt red?
The CSS color burnt red in HEX format is #9f2305. Use this value directly in CSS, SVG, and most design tools.
How do I use burnt red in CSS?
To apply burnt red in CSS:
- Text color: color: #9f2305;
- Background: background-color: #9f2305;
- Border: border-color: #9f2305;
What are all the color format values for burnt red?
| Format | Value |
|---|---|
| HEX | #9f2305 |
| RGB | rgb(159, 35, 5) |
| HSL | hsl(11.7, 93.9%, 32.2%) |
| CMYK | cmyk(0%, 78%, 96.9%, 37.6%) |
How do I convert burnt red to HEX?
Select burnt red from the color name list in our color converter. The HEX value — #9f2305 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does burnt red belong to?
burnt red belongs to the red color family. It is a medium, vivid color with HSL values: hue 11.7°, saturation 93.9%, lightness 32.2%.
How do I create lighter and darker shades of burnt red?
Lighter variant (lightness 47.2%): #e93307. Darker variant (lightness 17.200000000000003%): #551303. 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.