Scarlet
#ff2400
Looking for the precise values behind Scarlet (#ff2400)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff2400 | |
|---|---|---|
| RGB | rgb(255, 36, 0) | |
| HSL | hsl(8, 100%, 50%) | |
| CMYK | cmyk(0%, 86%, 100%, 0%) | |
| LAB | lab(56, 77, 70) | |
| OKLCH | oklch(0.64 0.248 31) |
Color harmonies
Tints & shades
Code snippets
color: #ff2400;
background-color: #ff2400;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFF2400)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.14, blue: 0.00, alpha: 1.0)