Orange Red
#DE3602
RedColor Codes
All color formats for development
HEX
#DE3602RGB
rgb(222, 54, 2)HSL
hsl(14, 98%, 44%)OKLCH
oklch(0.59 0.21 34.3)CMYK
cmyk(0%, 76%, 99%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C83002
2#B22B02
3#9C2502
4#852001
5#6F1B01
6#591501
7#431001
8#2C0B00
9#160500
Tints
Lighter variations
1#FA3C03
2#FD511D
3#FD6739
4#FD7D55
5#FE9272
6#FEA88E
7#FEBEAA
8#FED4C6
9#FFE9E3
Tones
Muted variations
1#D33B0D
2#C84118
3#BD4723
4#B24D2E
5#A75339
6#9C5944
7#915F4F
8#86645A
9#7B6A65
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF3 #FFF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE4 #FFE4DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FECD #FECDBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEA6 #FEA68B | BordersInactive statesPlaceholder text |
| 400 | FD77 #FD774E | Disabled statesSecondary iconsMuted text |
| 500 | FD50 #FD501C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE36 #DE3602 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B12B #B12B02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E1E #7E1E01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5113 #511301 | Primary textHigh emphasis contentDark headings |
| 950 | 320C #320C01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF3F0;
--orange-red-100: #FFE4DC;
--orange-red-200: #FECDBD;
--orange-red-300: #FEA68B;
--orange-red-400: #FD774E;
--orange-red-500: #FD501C;
--orange-red-600: #DE3602;
--orange-red-700: #B12B02;
--orange-red-800: #7E1E01;
--orange-red-900: #511301;
--orange-red-950: #320C01;
}