What is the CMYK code for faded red?
The CSS color faded red in CMYK format is cmyk(0%, 65.4%, 63%, 17.3%). 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: cmyk(0%, 65.4%, 63%, 17.3%);
- Background: background-color: cmyk(0%, 65.4%, 63%, 17.3%);
- Border: border-color: cmyk(0%, 65.4%, 63%, 17.3%);
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 CMYK?
Select faded red from the color name list in our color converter. The CMYK value — cmyk(0%, 65.4%, 63%, 17.3%) — 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 CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.