What is the HEX code for scarlet?
The CSS color scarlet in HEX format is #be0119. Use this value directly in CSS, SVG, and most design tools.
How do I use scarlet in CSS?
To apply scarlet in CSS:
- Text color: color: #be0119;
- Background: background-color: #be0119;
- Border: border-color: #be0119;
What are all the color format values for scarlet?
| Format | Value |
|---|---|
| HEX | #be0119 |
| RGB | rgb(190, 1, 25) |
| HSL | hsl(352.4, 99%, 37.5%) |
| CMYK | cmyk(0%, 99.5%, 86.8%, 25.5%) |
How do I convert scarlet to HEX?
Select scarlet from the color name list in our color converter. The HEX value — #be0119 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does scarlet belong to?
scarlet belongs to the red color family. It is a medium, vivid color with HSL values: hue 352.4°, saturation 99%, lightness 37.5%.
How do I create lighter and darker shades of scarlet?
Lighter variant (lightness 52.5%): #fe0e2c. Darker variant (lightness 22.5%): #72010f. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.