Indian Red
#850e04
Looking for the precise values behind Indian Red (#850e04)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #850e04 | |
|---|---|---|
| RGB | rgb(133, 14, 4) | |
| HSL | hsl(5, 94%, 27%) | |
| CMYK | cmyk(0%, 89%, 97%, 48%) | |
| LAB | lab(28, 47, 40) | |
| OKLCH | oklch(0.39 0.152 30) |
Color harmonies
Tints & shades
Code snippets
color: #850e04;
background-color: #850e04;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF850E04)
/* Swift / UIKit */
UIColor(red: 0.52, green: 0.05, blue: 0.02, alpha: 1.0)