Horror Snob
#d34d4d
Horror Snob, represented by the hex value #d34d4d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d34d4d | |
|---|---|---|
| RGB | rgb(211, 77, 77) | |
| HSL | hsl(0, 60%, 56%) | |
| CMYK | cmyk(0%, 64%, 64%, 17%) | |
| LAB | lab(52, 54, 30) | |
| OKLCH | oklch(0.6 0.17 24) |
Color harmonies
Tints & shades
Code snippets
color: #d34d4d;
background-color: #d34d4d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFD34D4D)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.30, blue: 0.30, alpha: 1.0)