What is the HEX code for pale red?
The CSS color pale red in HEX format is #d9544d. Use this value directly in CSS, SVG, and most design tools.
How do I use pale red in CSS?
To apply pale red in CSS:
- Text color: color: #d9544d;
- Background: background-color: #d9544d;
- Border: border-color: #d9544d;
What are all the color format values for pale red?
| Format | Value |
|---|---|
| HEX | #d9544d |
| RGB | rgb(217, 84, 77) |
| HSL | hsl(3, 64.8%, 57.6%) |
| CMYK | cmyk(0%, 61.3%, 64.5%, 14.9%) |
How do I convert pale red to HEX?
Select pale red from the color name list in our color converter. The HEX value — #d9544d — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pale red belong to?
pale red belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 3°, saturation 64.8%, lightness 57.6%.
How do I create lighter and darker shades of pale red?
Lighter variant (lightness 72.6%): #e6908c. Darker variant (lightness 42.6%): #b32d26. 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.