Fierce Red
#cc0021
Fierce Red, represented by the hex value #cc0021, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cc0021 | |
|---|---|---|
| RGB | rgb(204, 0, 33) | |
| HSL | hsl(350, 100%, 40%) | |
| CMYK | cmyk(0%, 100%, 84%, 20%) | |
| LAB | lab(44, 69, 46) | |
| OKLCH | oklch(0.53 0.216 25) |
Color harmonies
Tints & shades
Code snippets
color: #cc0021;
background-color: #cc0021;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCC0021)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.00, blue: 0.13, alpha: 1.0)