Dark Red
#840000
Here's everything about the color Dark Red (#840000) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #840000 | |
|---|---|---|
| RGB | rgb(132, 0, 0) | |
| HSL | hsl(0, 100%, 26%) | |
| CMYK | cmyk(0%, 100%, 100%, 48%) | |
| LAB | lab(27, 50, 41) | |
| OKLCH | oklch(0.39 0.158 29) |
Color harmonies
Tints & shades
Code snippets
color: #840000;
background-color: #840000;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF840000)
/* Swift / UIKit */
UIColor(red: 0.52, green: 0.00, blue: 0.00, alpha: 1.0)