Dry Rose
#c22f4d
Dry Rose, represented by the hex value #c22f4d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c22f4d | |
|---|---|---|
| RGB | rgb(194, 47, 77) | |
| HSL | hsl(348, 61%, 47%) | |
| CMYK | cmyk(0%, 76%, 60%, 24%) | |
| LAB | lab(45, 59, 20) | |
| OKLCH | oklch(0.54 0.182 15) |
Color harmonies
Tints & shades
Code snippets
color: #c22f4d;
background-color: #c22f4d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC22F4D)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.18, blue: 0.30, alpha: 1.0)