Orange Red
#DE3202
RedColor Codes
All color formats for development
HEX
#DE3202RGB
rgb(222, 50, 2)HSL
hsl(13, 98%, 44%)OKLCH
oklch(0.587 0.213 33.6)CMYK
cmyk(0%, 77%, 99%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C82D02
2#B22802
3#9C2302
4#851E01
5#6F1901
6#591401
7#430F01
8#2C0A00
9#160500
Tints
Lighter variations
1#FA3803
2#FD4D1D
3#FD6439
4#FD7A55
5#FE9072
6#FEA68E
7#FEBCAA
8#FED3C6
9#FFE9E3
Tones
Muted variations
1#D3380D
2#C83E18
3#BD4523
4#B24B2E
5#A75139
6#9C5744
7#915E4F
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 | FFE3 #FFE3DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FECB #FECBBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEA4 #FEA48B | BordersInactive statesPlaceholder text |
| 400 | FD74 #FD744E | Disabled statesSecondary iconsMuted text |
| 500 | FD4D #FD4D1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE32 #DE3202 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B128 #B12802 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E1C #7E1C01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5112 #511201 | Primary textHigh emphasis contentDark headings |
| 950 | 320B #320B01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF3F0;
--orange-red-100: #FFE3DC;
--orange-red-200: #FECBBD;
--orange-red-300: #FEA48B;
--orange-red-400: #FD744E;
--orange-red-500: #FD4D1C;
--orange-red-600: #DE3202;
--orange-red-700: #B12802;
--orange-red-800: #7E1C01;
--orange-red-900: #511201;
--orange-red-950: #320B01;
}