What is the HEX code for darkish red?
The CSS color darkish red in HEX format is #a90308. Use this value directly in CSS, SVG, and most design tools.
How do I use darkish red in CSS?
To apply darkish red in CSS:
- Text color: color: #a90308;
- Background: background-color: #a90308;
- Border: border-color: #a90308;
What are all the color format values for darkish red?
| Format | Value |
|---|---|
| HEX | #a90308 |
| RGB | rgb(169, 3, 8) |
| HSL | hsl(358.2, 96.5%, 33.7%) |
| CMYK | cmyk(0%, 98.2%, 95.3%, 33.7%) |
How do I convert darkish red to HEX?
Select darkish red from the color name list in our color converter. The HEX value — #a90308 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does darkish red belong to?
darkish red belongs to the red color family. It is a medium, vivid color with HSL values: hue 358.2°, saturation 96.5%, lightness 33.7%.
How do I create lighter and darker shades of darkish red?
Lighter variant (lightness 48.7%): #f4040c. Darker variant (lightness 18.700000000000003%): #5e0204. 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.