Cute Crab
#dd4444
Here's everything about the color Cute Crab (#dd4444) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #dd4444 | |
|---|---|---|
| RGB | rgb(221, 68, 68) | |
| HSL | hsl(0, 69%, 57%) | |
| CMYK | cmyk(0%, 69%, 69%, 13%) | |
| LAB | lab(52, 60, 36) | |
| OKLCH | oklch(0.61 0.19 25) |
Color harmonies
Tints & shades
Code snippets
color: #dd4444;
background-color: #dd4444;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDD4444)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.27, blue: 0.27, alpha: 1.0)