What is the HSL code for claret?
The CSS color claret in HSL format is hsl(346.2, 100%, 20.4%). Use this value directly in CSS, SVG, and most design tools.
How do I use claret in CSS?
To apply claret in CSS:
- Text color: color: hsl(346.2, 100%, 20.4%);
- Background: background-color: hsl(346.2, 100%, 20.4%);
- Border: border-color: hsl(346.2, 100%, 20.4%);
What are all the color format values for claret?
| Format | Value |
|---|---|
| HEX | #680018 |
| RGB | rgb(104, 0, 24) |
| HSL | hsl(346.2, 100%, 20.4%) |
| CMYK | cmyk(0%, 100%, 76.9%, 59.2%) |
How do I convert claret to HSL?
Select claret from the color name list in our color converter. The HSL value — hsl(346.2, 100%, 20.4%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does claret belong to?
claret belongs to the red color family. It is a dark, vivid color with HSL values: hue 346.2°, saturation 100%, lightness 20.4%.
How do I create lighter and darker shades of claret?
Lighter variant (lightness 35.4%): #b5002a. Darker variant (lightness 5.399999999999999%): #1c0006. 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.