Halloween Punch
#dd2211
Here's everything about the color Halloween Punch (#dd2211) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #dd2211 | |
|---|---|---|
| RGB | rgb(221, 34, 17) | |
| HSL | hsl(5, 86%, 47%) | |
| CMYK | cmyk(0%, 85%, 92%, 13%) | |
| LAB | lab(49, 69, 58) | |
| OKLCH | oklch(0.58 0.22 30) |
Color harmonies
Tints & shades
Code snippets
color: #dd2211;
background-color: #dd2211;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDD2211)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.13, blue: 0.07, alpha: 1.0)