Scarlet Hex Code — #FF2400
RGB, HSL, and CMYK values for Scarlet.
Scarlet Color Values
| Format | Value |
|---|---|
| HEX | #FF2400 |
| RGB | rgb(255, 36, 0) |
| HSL | hsl(8, 100%, 50%) |
| CMYK | cmyk(0%, 86%, 100%, 0%) |
Want to explore more shades? Use our Color Converter
About Scarlet
Color psychology: Courage, force.
Scarlet (#FF2400) is a medium shade of red. It's commonly used in web design, graphic design, and branding where courage, force are desired associations.
How to Use Scarlet in CSS
/* Using HEX */ color: #FF2400; background-color: #FF2400; /* Using RGB */ color: rgb(255, 36, 0); /* Using HSL */ color: hsl(8, 100%, 50%);