Red
#DE1502
RedColor Codes
All color formats for development
HEX
#DE1502RGB
rgb(222, 21, 2)HSL
hsl(5, 98%, 44%)OKLCH
oklch(0.571 0.227 30.1)CMYK
cmyk(0%, 91%, 99%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C81302
2#B21002
3#9C0E02
4#850C01
5#6F0A01
6#590801
7#430601
8#2C0400
9#160200
Tints
Lighter variations
1#FA1703
2#FD2F1D
3#FD4939
4#FD6355
5#FE7D72
6#FE978E
7#FEB1AA
8#FECBC6
9#FFE5E3
Tones
Muted variations
1#D31E0D
2#C82718
3#BD3023
4#B2392E
5#A74239
6#9C4C44
7#91554F
8#865E5A
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 | FEC3 #FEC3BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE94 #FE948B | BordersInactive statesPlaceholder text |
| 400 | FD5D #FD5D4E | Disabled statesSecondary iconsMuted text |
| 500 | FD2F #FD2F1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE15 #DE1502 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B110 #B11002 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E0C #7E0C01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5107 #510701 | Primary textHigh emphasis contentDark headings |
| 950 | 3205 #320501 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--red-50: #FFF1F0;
--red-100: #FFDFDC;
--red-200: #FEC3BD;
--red-300: #FE948B;
--red-400: #FD5D4E;
--red-500: #FD2F1C;
--red-600: #DE1502;
--red-700: #B11002;
--red-800: #7E0C01;
--red-900: #510701;
--red-950: #320501;
}