Fireball
#ce2029
Fireball, represented by the hex value #ce2029, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ce2029 | |
|---|---|---|
| RGB | rgb(206, 32, 41) | |
| HSL | hsl(357, 73%, 47%) | |
| CMYK | cmyk(0%, 84%, 80%, 19%) | |
| LAB | lab(46, 65, 43) | |
| OKLCH | oklch(0.55 0.206 26) |
Color harmonies
Tints & shades
Code snippets
color: #ce2029;
background-color: #ce2029;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCE2029)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.13, blue: 0.16, alpha: 1.0)