Spikey Red
#600000
Looking for the precise values behind Spikey Red (#600000)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #600000 | |
|---|---|---|
| RGB | rgb(96, 0, 0) | |
| HSL | hsl(0, 100%, 19%) | |
| CMYK | cmyk(0%, 100%, 100%, 62%) | |
| LAB | lab(18, 40, 29) | |
| OKLCH | oklch(0.31 0.126 29) |
Color harmonies
Tints & shades
Code snippets
color: #600000;
background-color: #600000;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF600000)
/* Swift / UIKit */
UIColor(red: 0.38, green: 0.00, blue: 0.00, alpha: 1.0)