Heavy Red
#9e1212
Looking for the precise values behind Heavy Red (#9e1212)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #9e1212 | |
|---|---|---|
| RGB | rgb(158, 18, 18) | |
| HSL | hsl(0, 80%, 35%) | |
| CMYK | cmyk(0%, 89%, 89%, 38%) | |
| LAB | lab(34, 54, 41) | |
| OKLCH | oklch(0.45 0.172 28) |
Color harmonies
Tints & shades
Code snippets
color: #9e1212;
background-color: #9e1212;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9E1212)
/* Swift / UIKit */
UIColor(red: 0.62, green: 0.07, blue: 0.07, alpha: 1.0)