Red
#DC1604
RedColor Codes
All color formats for development
HEX
#DC1604RGB
rgb(220, 22, 4)HSL
hsl(5, 96%, 44%)OKLCH
oklch(0.568 0.225 30.1)CMYK
cmyk(0%, 90%, 98%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C61404
2#B01204
3#9A1003
4#840D03
5#6E0B02
6#580902
7#420701
8#2C0401
9#160200
Tints
Lighter variations
1#F81905
2#FA311F
3#FB4B3B
4#FC6557
5#FC7E73
6#FD988F
7#FDB2AB
8#FECCC7
9#FEE5E3
Tones
Muted variations
1#D11F0F
2#C6281A
3#BC3125
4#B13A30
5#A6433A
6#9B4C45
7#915550
8#865E5B
9#7B6765
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF1 #FFF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDF #FEDFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC3 #FEC3BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD95 #FD958C | BordersInactive statesPlaceholder text |
| 400 | FB5E #FB5E50 | Disabled statesSecondary iconsMuted text |
| 500 | FA30 #FA301E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC16 #DC1604 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF12 #AF1204 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D0D #7D0D03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5008 #500802 | 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: #FEDFDC;
--red-200: #FEC3BE;
--red-300: #FD958C;
--red-400: #FB5E50;
--red-500: #FA301E;
--red-600: #DC1604;
--red-700: #AF1204;
--red-800: #7D0D03;
--red-900: #500802;
--red-950: #320501;
}