Punch
#dc4333
Looking for the precise values behind Punch (#dc4333)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #dc4333 | |
|---|---|---|
| RGB | rgb(220, 67, 51) | |
| HSL | hsl(6, 71%, 53%) | |
| CMYK | cmyk(0%, 70%, 77%, 14%) | |
| LAB | lab(52, 60, 45) | |
| OKLCH | oklch(0.6 0.192 30) |
Color harmonies
Tints & shades
Code snippets
color: #dc4333;
background-color: #dc4333;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDC4333)
/* Swift / UIKit */
UIColor(red: 0.86, green: 0.26, blue: 0.20, alpha: 1.0)