Pizza Flame
#cd2217
Pizza Flame, represented by the hex value #cd2217, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cd2217 | |
|---|---|---|
| RGB | rgb(205, 34, 23) | |
| HSL | hsl(4, 80%, 45%) | |
| CMYK | cmyk(0%, 83%, 89%, 20%) | |
| LAB | lab(45, 64, 52) | |
| OKLCH | oklch(0.55 0.206 29) |
Color harmonies
Tints & shades
Code snippets
color: #cd2217;
background-color: #cd2217;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCD2217)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.13, blue: 0.09, alpha: 1.0)