Cartoon Violence
#d01722
Looking for the precise values behind Cartoon Violence (#d01722)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d01722 | |
|---|---|---|
| RGB | rgb(208, 23, 34) | |
| HSL | hsl(356, 80%, 45%) | |
| CMYK | cmyk(0%, 89%, 84%, 18%) | |
| LAB | lab(45, 67, 47) | |
| OKLCH | oklch(0.55 0.212 26) |
Color harmonies
Tints & shades
Code snippets
color: #d01722;
background-color: #d01722;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFD01722)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.09, blue: 0.13, alpha: 1.0)