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