Red Mist
#c92b1e
Looking for the precise values behind Red Mist (#c92b1e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c92b1e | |
|---|---|---|
| RGB | rgb(201, 43, 30) | |
| HSL | hsl(5, 74%, 45%) | |
| CMYK | cmyk(0%, 79%, 85%, 21%) | |
| LAB | lab(45, 61, 48) | |
| OKLCH | oklch(0.55 0.196 30) |
Color harmonies
Tints & shades
Code snippets
color: #c92b1e;
background-color: #c92b1e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC92B1E)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.17, blue: 0.12, alpha: 1.0)