Chicken Comb
#dd2222
Here's everything about the color Chicken Comb (#dd2222) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #dd2222 | |
|---|---|---|
| RGB | rgb(221, 34, 34) | |
| HSL | hsl(0, 73%, 50%) | |
| CMYK | cmyk(0%, 85%, 85%, 13%) | |
| LAB | lab(49, 69, 51) | |
| OKLCH | oklch(0.58 0.219 28) |
Color harmonies
Tints & shades
Code snippets
color: #dd2222;
background-color: #dd2222;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDD2222)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.13, blue: 0.13, alpha: 1.0)