Red
#E01E00
RedColor Codes
All color formats for development
HEX
#E01E00RGB
rgb(224, 30, 0)HSL
hsl(8, 100%, 44%)OKLCH
oklch(0.578 0.225 31)CMYK
cmyk(0%, 87%, 100%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA1B00
2#B41800
3#9D1500
4#871200
5#700F00
6#5A0C00
7#430900
8#2D0600
9#160300
Tints
Lighter variations
1#FD2200
2#FF391B
3#FF5237
4#FF6A54
5#FF8370
6#FF9C8D
7#FFB5A9
8#FFCDC6
9#FFE6E2
Tones
Muted variations
1#D5260B
2#CA2E16
3#BF3722
4#B43F2D
5#A84738
6#9D4F43
7#92584F
8#87605A
9#7B6865
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF2 #FFF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE0 #FFE0DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFC6 #FFC6BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF99 #FF998A | BordersInactive statesPlaceholder text |
| 400 | FF64 #FF644D | Disabled statesSecondary iconsMuted text |
| 500 | FF38 #FF381A | Primary brand colorCTAsActive elementsLinks |
| 600 | E01E #E01E00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B318 #B31800 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8011 #801100 | Text on light backgroundsHeadingsStrong borders |
| 900 | 520B #520B00 | Primary textHigh emphasis contentDark headings |
| 950 | 3307 #330700 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--red-50: #FFF2F0;
--red-100: #FFE0DB;
--red-200: #FFC6BD;
--red-300: #FF998A;
--red-400: #FF644D;
--red-500: #FF381A;
--red-600: #E01E00;
--red-700: #B31800;
--red-800: #801100;
--red-900: #520B00;
--red-950: #330700;
}