Red
#D70909
RedColor Codes
All color formats for development
HEX
#D70909RGB
rgb(215, 9, 9)HSL
hsl(0, 92%, 44%)OKLCH
oklch(0.554 0.224 28.9)CMYK
cmyk(0%, 96%, 96%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C20808
2#AC0707
3#970606
4#810505
5#6C0404
6#560404
7#410303
8#2B0202
9#160101
Tints
Lighter variations
1#F30A0A
2#F62424
3#F73F3F
4#F85A5A
5#F97676
6#FA9191
7#FCADAD
8#FDC8C8
9#FEE4E4
Tones
Muted variations
1#CD1313
2#C31E1E
3#B82828
4#AE3232
5#A43D3D
6#994747
7#8F5151
8#855C5C
9#7B6666
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E8E | BordersInactive statesPlaceholder text |
| 400 | F854 #F85454 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62323 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70909 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0707 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0505 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0303 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--red-50: #FEF0F0;
--red-100: #FEDDDD;
--red-200: #FCBFBF;
--red-300: #FA8E8E;
--red-400: #F85454;
--red-500: #F62323;
--red-600: #D70909;
--red-700: #AB0707;
--red-800: #7A0505;
--red-900: #4E0303;
--red-950: #310202;
}