Possessed Red
#c2264d
Possessed Red, represented by the hex value #c2264d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c2264d | |
|---|---|---|
| RGB | rgb(194, 38, 77) | |
| HSL | hsl(345, 67%, 45%) | |
| CMYK | cmyk(0%, 80%, 60%, 24%) | |
| LAB | lab(44, 62, 19) | |
| OKLCH | oklch(0.54 0.19 13) |
Color harmonies
Tints & shades
Code snippets
color: #c2264d;
background-color: #c2264d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC2264D)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.15, blue: 0.30, alpha: 1.0)