Red
#DE1802
RedColor Codes
All color formats for development
HEX
#DE1802RGB
rgb(222, 24, 2)HSL
hsl(6, 98%, 44%)OKLCH
oklch(0.572 0.226 30.3)CMYK
cmyk(0%, 89%, 99%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C81602
2#B21302
3#9C1102
4#850F01
5#6F0C01
6#590A01
7#430701
8#2C0500
9#160200
Tints
Lighter variations
1#FA1B03
2#FD331D
3#FD4D39
4#FD6655
5#FE8072
6#FE998E
7#FEB3AA
8#FECCC6
9#FFE6E3
Tones
Muted variations
1#D3210D
2#C82A18
3#BD3323
4#B23B2E
5#A74439
6#9C4D44
7#91564F
8#865F5A
9#7B6765
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF1 #FFF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDF #FFDFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC4 #FEC4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE96 #FE968B | BordersInactive statesPlaceholder text |
| 400 | FD60 #FD604E | Disabled statesSecondary iconsMuted text |
| 500 | FD32 #FD321C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE18 #DE1802 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B113 #B11302 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E0E #7E0E01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5109 #510901 | Primary textHigh emphasis contentDark headings |
| 950 | 3206 #320601 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--red-50: #FFF1F0;
--red-100: #FFDFDC;
--red-200: #FEC4BD;
--red-300: #FE968B;
--red-400: #FD604E;
--red-500: #FD321C;
--red-600: #DE1802;
--red-700: #B11302;
--red-800: #7E0E01;
--red-900: #510901;
--red-950: #320601;
}