Blood Donor
#ea1822
Blood Donor, represented by the hex value #ea1822, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ea1822 | |
|---|---|---|
| RGB | rgb(234, 24, 34) | |
| HSL | hsl(357, 83%, 51%) | |
| CMYK | cmyk(0%, 90%, 85%, 8%) | |
| LAB | lab(51, 74, 54) | |
| OKLCH | oklch(0.6 0.234 27) |
Color harmonies
Tints & shades
Code snippets
color: #ea1822;
background-color: #ea1822;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFEA1822)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.09, blue: 0.13, alpha: 1.0)