Rebellion Red
#cc0404
Here's everything about the color Rebellion Red (#cc0404) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cc0404 | |
|---|---|---|
| RGB | rgb(204, 4, 4) | |
| HSL | hsl(0, 96%, 41%) | |
| CMYK | cmyk(0%, 98%, 98%, 20%) | |
| LAB | lab(44, 68, 58) | |
| OKLCH | oklch(0.53 0.217 29) |
Color harmonies
Tints & shades
Code snippets
color: #cc0404;
background-color: #cc0404;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCC0404)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.02, blue: 0.02, alpha: 1.0)