Red
#DD0303
RedColor Codes
All color formats for development
HEX
#DD0303RGB
rgb(221, 3, 3)HSL
hsl(0, 97%, 44%)OKLCH
oklch(0.564 0.231 29.1)CMYK
cmyk(0%, 99%, 99%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C70303
2#B10303
3#9B0202
4#850202
5#6F0202
6#580101
7#420101
8#2C0101
9#160000
Tints
Lighter variations
1#F90404
2#FC1E1E
3#FC3A3A
4#FC5656
5#FD7272
6#FD8E8E
7#FEABAB
8#FEC7C7
9#FFE3E3
Tones
Muted variations
1#D20E0E
2#C71919
3#BC2424
4#B22F2F
5#A73A3A
6#9C4545
7#915050
8#865A5A
9#7B6565
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8B8B | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F4F | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0303 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00303 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0202 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500101 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320101 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--red-50: #FFF0F0;
--red-100: #FEDCDC;
--red-200: #FEBEBE;
--red-300: #FD8B8B;
--red-400: #FC4F4F;
--red-500: #FC1D1D;
--red-600: #DD0303;
--red-700: #B00303;
--red-800: #7E0202;
--red-900: #500101;
--red-950: #320101;
}