Naga Viper Pepper
#ed292b
Looking for the precise values behind Naga Viper Pepper (#ed292b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ed292b | |
|---|---|---|
| RGB | rgb(237, 41, 43) | |
| HSL | hsl(359, 84%, 55%) | |
| CMYK | cmyk(0%, 83%, 82%, 7%) | |
| LAB | lab(52, 72, 51) | |
| OKLCH | oklch(0.61 0.228 27) |
Color harmonies
Tints & shades
Code snippets
color: #ed292b;
background-color: #ed292b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFED292B)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.16, blue: 0.17, alpha: 1.0)