Shocking Crimson
#ff0d04
Here's everything about the color Shocking Crimson (#ff0d04) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff0d04 | |
|---|---|---|
| RGB | rgb(255, 13, 4) | |
| HSL | hsl(2, 100%, 51%) | |
| CMYK | cmyk(0%, 95%, 98%, 0%) | |
| LAB | lab(55, 80, 69) | |
| OKLCH | oklch(0.63 0.255 29) |
Color harmonies
Tints & shades
Code snippets
color: #ff0d04;
background-color: #ff0d04;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFF0D04)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.05, blue: 0.02, alpha: 1.0)