What is the RGB code for pale red?
The CSS color pale red in RGB format is rgb(217, 84, 77). 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: rgb(217, 84, 77);
- Background: background-color: rgb(217, 84, 77);
- Border: border-color: rgb(217, 84, 77);
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 RGB?
Select pale red from the color name list in our color converter. The RGB value — rgb(217, 84, 77) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.