What is the HEX code for indian red?
The CSS color indian red in HEX format is #850e04. Use this value directly in CSS, SVG, and most design tools.
How do I use indian red in CSS?
To apply indian red in CSS:
- Text color: color: #850e04;
- Background: background-color: #850e04;
- Border: border-color: #850e04;
What are all the color format values for indian red?
| Format | Value |
|---|---|
| HEX | #850e04 |
| RGB | rgb(133, 14, 4) |
| HSL | hsl(4.7, 94.2%, 26.9%) |
| CMYK | cmyk(0%, 89.5%, 97%, 47.8%) |
How do I convert indian red to HEX?
Select indian red from the color name list in our color converter. The HEX value — #850e04 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does indian red belong to?
indian red belongs to the red color family. It is a dark, vivid color with HSL values: hue 4.7°, saturation 94.2%, lightness 26.9%.
How do I create lighter and darker shades of indian red?
Lighter variant (lightness 41.9%): #cf1606. Darker variant (lightness 11.899999999999999%): #3b0602. 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.