Stop
#c33a36
Stop is a color with the hex code #c33a36. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c33a36 | |
|---|---|---|
| RGB | rgb(195, 58, 54) | |
| HSL | hsl(2, 57%, 49%) | |
| CMYK | cmyk(0%, 70%, 72%, 24%) | |
| LAB | lab(46, 55, 35) | |
| OKLCH | oklch(0.55 0.175 26) |
Color harmonies
Tints & shades
Code snippets
color: #c33a36;
background-color: #c33a36;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC33A36)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.23, blue: 0.21, alpha: 1.0)