Rage
#ff1133
Here's everything about the color Rage (#ff1133) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff1133 | |
|---|---|---|
| RGB | rgb(255, 17, 51) | |
| HSL | hsl(351, 100%, 53%) | |
| CMYK | cmyk(0%, 93%, 80%, 0%) | |
| LAB | lab(55, 80, 51) | |
| OKLCH | oklch(0.63 0.252 24) |
Color harmonies
Tints & shades
Code snippets
color: #ff1133;
background-color: #ff1133;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFF1133)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.07, blue: 0.20, alpha: 1.0)