Danger
#ff0e0e
Looking for the precise values behind Danger (#ff0e0e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff0e0e | |
|---|---|---|
| RGB | rgb(255, 14, 14) | |
| HSL | hsl(0, 100%, 53%) | |
| CMYK | cmyk(0%, 95%, 95%, 0%) | |
| LAB | lab(55, 80, 66) | |
| OKLCH | oklch(0.63 0.255 29) |
Color harmonies
Tints & shades
Code snippets
color: #ff0e0e;
background-color: #ff0e0e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFF0E0E)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.05, blue: 0.05, alpha: 1.0)