Red
#DE1C02
RedColor Codes
All color formats for development
HEX
#DE1C02RGB
rgb(222, 28, 2)HSL
hsl(7, 98%, 44%)OKLCH
oklch(0.574 0.224 30.7)CMYK
cmyk(0%, 87%, 99%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C81902
2#B21602
3#9C1402
4#851101
5#6F0E01
6#590B01
7#430801
8#2C0600
9#160300
Tints
Lighter variations
1#FA1F03
2#FD371D
3#FD5039
4#FD6955
5#FE8272
6#FE9B8E
7#FEB4AA
8#FECDC6
9#FFE6E3
Tones
Muted variations
1#D3240D
2#C82D18
3#BD3523
4#B23E2E
5#A74639
6#9C4E44
7#91574F
8#865F5A
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 | FEC5 #FEC5BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE98 #FE988B | BordersInactive statesPlaceholder text |
| 400 | FD63 #FD634E | Disabled statesSecondary iconsMuted text |
| 500 | FD36 #FD361C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE1C #DE1C02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B116 #B11602 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E10 #7E1001 | Text on light backgroundsHeadingsStrong borders |
| 900 | 510A #510A01 | 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: #FFF2F0;
--red-100: #FFE0DC;
--red-200: #FEC5BD;
--red-300: #FE988B;
--red-400: #FD634E;
--red-500: #FD361C;
--red-600: #DE1C02;
--red-700: #B11602;
--red-800: #7E1001;
--red-900: #510A01;
--red-950: #320601;
}