Cacodemon Red
#9f0000
Cacodemon Red is a color with the hex code #9f0000. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #9f0000 | |
|---|---|---|
| RGB | rgb(159, 0, 0) | |
| HSL | hsl(0, 100%, 31%) | |
| CMYK | cmyk(0%, 100%, 100%, 38%) | |
| LAB | lab(33, 57, 48) | |
| OKLCH | oklch(0.44 0.181 29) |
Color harmonies
Tints & shades
Code snippets
color: #9f0000;
background-color: #9f0000;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9F0000)
/* Swift / UIKit */
UIColor(red: 0.62, green: 0.00, blue: 0.00, alpha: 1.0)