Blood Orange
#d1001c
Blood Orange, represented by the hex value #d1001c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d1001c | |
|---|---|---|
| RGB | rgb(209, 0, 28) | |
| HSL | hsl(352, 100%, 41%) | |
| CMYK | cmyk(0%, 100%, 87%, 18%) | |
| LAB | lab(45, 70, 49) | |
| OKLCH | oklch(0.54 0.22 26) |
Color harmonies
Tints & shades
Code snippets
color: #d1001c;
background-color: #d1001c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFD1001C)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.00, blue: 0.11, alpha: 1.0)