Frozen Tomato
#dd5533
Here's everything about the color Frozen Tomato (#dd5533) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #dd5533 | |
|---|---|---|
| RGB | rgb(221, 85, 51) | |
| HSL | hsl(12, 71%, 53%) | |
| CMYK | cmyk(0%, 62%, 77%, 13%) | |
| LAB | lab(55, 53, 48) | |
| OKLCH | oklch(0.62 0.177 35) |
Color harmonies
Tints & shades
Code snippets
color: #dd5533;
background-color: #dd5533;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDD5533)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.33, blue: 0.20, alpha: 1.0)