What is the HSL code for dull red?
The CSS color dull red in HSL format is hsl(0, 49.6%, 49%). Use this value directly in CSS, SVG, and most design tools.
How do I use dull red in CSS?
To apply dull red in CSS:
- Text color: color: hsl(0, 49.6%, 49%);
- Background: background-color: hsl(0, 49.6%, 49%);
- Border: border-color: hsl(0, 49.6%, 49%);
What are all the color format values for dull red?
| Format | Value |
|---|---|
| HEX | #bb3f3f |
| RGB | rgb(187, 63, 63) |
| HSL | hsl(0, 49.6%, 49%) |
| CMYK | cmyk(0%, 66.3%, 66.3%, 26.7%) |
How do I convert dull red to HSL?
Select dull red from the color name list in our color converter. The HSL value — hsl(0, 49.6%, 49%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dull red belong to?
dull red belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 0°, saturation 49.6%, lightness 49%.
How do I create lighter and darker shades of dull red?
Lighter variant (lightness 64%): #d17676. Darker variant (lightness 34%): #822c2c. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.