Red
#DE0202
RedColor Codes
All color formats for development
HEX
#DE0202RGB
rgb(222, 2, 2)HSL
hsl(0, 98%, 44%)OKLCH
oklch(0.566 0.232 29.2)CMYK
cmyk(0%, 99%, 99%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C80202
2#B20202
3#9C0202
4#850101
5#6F0101
6#590101
7#430101
8#2C0000
9#160000
Tints
Lighter variations
1#FA0303
2#FD1D1D
3#FD3939
4#FD5555
5#FE7272
6#FE8E8E
7#FEAAAA
8#FEC6C6
9#FFE3E3
Tones
Muted variations
1#D30D0D
2#C81818
3#BD2323
4#B22E2E
5#A73939
6#9C4444
7#914F4F
8#865A5A
9#7B6565
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B8B | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E4E | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0202 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10202 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0101 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510101 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320101 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--red-50: #FFF0F0;
--red-100: #FFDCDC;
--red-200: #FEBDBD;
--red-300: #FE8B8B;
--red-400: #FD4E4E;
--red-500: #FD1C1C;
--red-600: #DE0202;
--red-700: #B10202;
--red-800: #7E0101;
--red-900: #510101;
--red-950: #320101;
}