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