Red
#DE0211
RedColor Codes
All color formats for development
HEX
#DE0211RGB
rgb(222, 2, 17)HSL
hsl(356, 98%, 44%)OKLCH
oklch(0.567 0.231 27.9)CMYK
cmyk(0%, 99%, 92%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8020F
2#B2020E
3#9C020C
4#85010A
5#6F0108
6#590107
7#430105
8#2C0003
9#160002
Tints
Lighter variations
1#FA0313
2#FD1D2C
3#FD3946
4#FD5561
5#FE727B
6#FE8E95
7#FEAAB0
8#FEC6CA
9#FFE3E5
Tones
Muted variations
1#D30D1A
2#C81824
3#BD232D
4#B22E37
5#A73941
6#9C444A
7#914F54
8#865A5D
9#7B6567
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B93 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E5A | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C2B | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0211 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1020D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E010A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510106 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--red-50: #FFF0F1;
--red-100: #FFDCDE;
--red-200: #FEBDC2;
--red-300: #FE8B93;
--red-400: #FD4E5A;
--red-500: #FD1C2B;
--red-600: #DE0211;
--red-700: #B1020D;
--red-800: #7E010A;
--red-900: #510106;
--red-950: #320104;
}