What is the HSL code for darkish red?
The CSS color darkish red in HSL format is hsl(358.2, 96.5%, 33.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use darkish red in CSS?
To apply darkish red in CSS:
- Text color: color: hsl(358.2, 96.5%, 33.7%);
- Background: background-color: hsl(358.2, 96.5%, 33.7%);
- Border: border-color: hsl(358.2, 96.5%, 33.7%);
What are all the color format values for darkish red?
| Format | Value |
|---|---|
| HEX | #a90308 |
| RGB | rgb(169, 3, 8) |
| HSL | hsl(358.2, 96.5%, 33.7%) |
| CMYK | cmyk(0%, 98.2%, 95.3%, 33.7%) |
How do I convert darkish red to HSL?
Select darkish red from the color name list in our color converter. The HSL value — hsl(358.2, 96.5%, 33.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does darkish red belong to?
darkish red belongs to the red color family. It is a medium, vivid color with HSL values: hue 358.2°, saturation 96.5%, lightness 33.7%.
How do I create lighter and darker shades of darkish red?
Lighter variant (lightness 48.7%): #f4040c. Darker variant (lightness 18.700000000000003%): #5e0204. 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.