Red Hot Chili Pepper
#db1d27
Looking for the precise values behind Red Hot Chili Pepper (#db1d27)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #db1d27 | |
|---|---|---|
| RGB | rgb(219, 29, 39) | |
| HSL | hsl(357, 77%, 49%) | |
| CMYK | cmyk(0%, 87%, 82%, 14%) | |
| LAB | lab(48, 69, 47) | |
| OKLCH | oklch(0.57 0.219 26) |
Color harmonies
Tints & shades
Code snippets
color: #db1d27;
background-color: #db1d27;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDB1D27)
/* Swift / UIKit */
UIColor(red: 0.86, green: 0.11, blue: 0.15, alpha: 1.0)