Sacramental Red
#5e0e0b
Sacramental Red, represented by the hex value #5e0e0b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #5e0e0b | |
|---|---|---|
| RGB | rgb(94, 14, 11) | |
| HSL | hsl(2, 79%, 21%) | |
| CMYK | cmyk(0%, 85%, 88%, 63%) | |
| LAB | lab(19, 35, 25) | |
| OKLCH | oklch(0.31 0.113 28) |
Color harmonies
Tints & shades
Code snippets
color: #5e0e0b;
background-color: #5e0e0b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF5E0E0B)
/* Swift / UIKit */
UIColor(red: 0.37, green: 0.05, blue: 0.04, alpha: 1.0)