What is the HEX code for faded red?
The CSS color faded red in HEX format is #d3494e. Use this value directly in CSS, SVG, and most design tools.
How do I use faded red in CSS?
To apply faded red in CSS:
- Text color: color: #d3494e;
- Background: background-color: #d3494e;
- Border: border-color: #d3494e;
What are all the color format values for faded red?
| Format | Value |
|---|---|
| HEX | #d3494e |
| RGB | rgb(211, 73, 78) |
| HSL | hsl(357.8, 61.1%, 55.7%) |
| CMYK | cmyk(0%, 65.4%, 63%, 17.3%) |
How do I convert faded red to HEX?
Select faded red from the color name list in our color converter. The HEX value — #d3494e — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does faded red belong to?
faded red belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 357.8°, saturation 61.1%, lightness 55.7%.
How do I create lighter and darker shades of faded red?
Lighter variant (lightness 70.7%): #e2878a. Darker variant (lightness 40.7%): #a7282d. 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.