Red Jalapeño
#c01141
Looking for the precise values behind Red Jalapeño (#c01141)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c01141 | |
|---|---|---|
| RGB | rgb(192, 17, 65) | |
| HSL | hsl(344, 84%, 41%) | |
| CMYK | cmyk(0%, 91%, 66%, 25%) | |
| LAB | lab(42, 65, 24) | |
| OKLCH | oklch(0.52 0.2 15) |
Color harmonies
Tints & shades
Code snippets
color: #c01141;
background-color: #c01141;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC01141)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.07, blue: 0.25, alpha: 1.0)