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