Red
#DE2002
RedColor Codes
All color formats for development
HEX
#DE2002RGB
rgb(222, 32, 2)HSL
hsl(8, 98%, 44%)OKLCH
oklch(0.576 0.223 31.1)CMYK
cmyk(0%, 86%, 99%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C81C02
2#B21902
3#9C1602
4#851301
5#6F1001
6#590D01
7#430901
8#2C0600
9#160300
Tints
Lighter variations
1#FA2403
2#FD3B1D
3#FD5339
4#FD6C55
5#FE8472
6#FE9D8E
7#FEB5AA
8#FECEC6
9#FFE6E3
Tones
Muted variations
1#D3280D
2#C83018
3#BD3823
4#B2402E
5#A74839
6#9C5044
7#91584F
8#86605A
9#7B6865
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF2 #FFF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE0 #FFE0DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC6 #FEC6BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE9A #FE9A8B | BordersInactive statesPlaceholder text |
| 400 | FD66 #FD664E | Disabled statesSecondary iconsMuted text |
| 500 | FD3A #FD3A1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE20 #DE2002 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B119 #B11902 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E12 #7E1201 | Text on light backgroundsHeadingsStrong borders |
| 900 | 510B #510B01 | Primary textHigh emphasis contentDark headings |
| 950 | 3207 #320701 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--red-50: #FFF2F0;
--red-100: #FFE0DC;
--red-200: #FEC6BD;
--red-300: #FE9A8B;
--red-400: #FD664E;
--red-500: #FD3A1C;
--red-600: #DE2002;
--red-700: #B11902;
--red-800: #7E1201;
--red-900: #510B01;
--red-950: #320701;
}