Red Alert
#ff0f0f
Here's everything about the color Red Alert (#ff0f0f) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff0f0f | |
|---|---|---|
| RGB | rgb(255, 15, 15) | |
| HSL | hsl(0, 100%, 53%) | |
| CMYK | cmyk(0%, 94%, 94%, 0%) | |
| LAB | lab(55, 80, 66) | |
| OKLCH | oklch(0.63 0.255 29) |
Color harmonies
Tints & shades
Code snippets
color: #ff0f0f;
background-color: #ff0f0f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFF0F0F)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.06, blue: 0.06, alpha: 1.0)