Fire
#8f3f2a
Here's everything about the color Fire (#8f3f2a) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #8f3f2a | |
|---|---|---|
| RGB | rgb(143, 63, 42) | |
| HSL | hsl(12, 55%, 36%) | |
| CMYK | cmyk(0%, 56%, 71%, 44%) | |
| LAB | lab(38, 34, 30) | |
| OKLCH | oklch(0.47 0.114 36) |
Color harmonies
Tints & shades
Code snippets
color: #8f3f2a;
background-color: #8f3f2a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF8F3F2A)
/* Swift / UIKit */
UIColor(red: 0.56, green: 0.25, blue: 0.16, alpha: 1.0)