Orange Red
#E02D00
RedColor Codes
All color formats for development
HEX
#E02D00RGB
rgb(224, 45, 0)HSL
hsl(12, 100%, 44%)OKLCH
oklch(0.587 0.218 32.8)CMYK
cmyk(0%, 80%, 100%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA2800
2#B42400
3#9D1F00
4#871B00
5#701600
6#5A1200
7#430D00
8#2D0900
9#160400
Tints
Lighter variations
1#FD3300
2#FF481B
3#FF5F37
4#FF7654
5#FF8D70
6#FFA48D
7#FFBAA9
8#FFD1C6
9#FFE8E2
Tones
Muted variations
1#D5340B
2#CA3A16
3#BF4122
4#B4482D
5#A84F38
6#9D5543
7#925C4F
8#87635A
9#7B6965
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF3 #FFF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE2 #FFE2DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFCA #FFCABD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFA1 #FFA18A | BordersInactive statesPlaceholder text |
| 400 | FF70 #FF704D | Disabled statesSecondary iconsMuted text |
| 500 | FF47 #FF471A | Primary brand colorCTAsActive elementsLinks |
| 600 | E02D #E02D00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B324 #B32400 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8019 #801900 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5210 #521000 | Primary textHigh emphasis contentDark headings |
| 950 | 330A #330A00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF3F0;
--orange-red-100: #FFE2DB;
--orange-red-200: #FFCABD;
--orange-red-300: #FFA18A;
--orange-red-400: #FF704D;
--orange-red-500: #FF471A;
--orange-red-600: #E02D00;
--orange-red-700: #B32400;
--orange-red-800: #801900;
--orange-red-900: #521000;
--orange-red-950: #330A00;
}