Orange Red
#DE3D02
OrangeColor Codes
All color formats for development
HEX
#DE3D02RGB
rgb(222, 61, 2)HSL
hsl(16, 98%, 44%)OKLCH
oklch(0.597 0.205 35.7)CMYK
cmyk(0%, 73%, 99%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C83702
2#B23102
3#9C2B02
4#852501
5#6F1E01
6#591801
7#431201
8#2C0C00
9#160600
Tints
Lighter variations
1#FA4503
2#FD591D
3#FD6D39
4#FD8255
5#FE9772
6#FEAC8E
7#FEC1AA
8#FED5C6
9#FFEAE3
Tones
Muted variations
1#D3420D
2#C84718
3#BD4C23
4#B2512E
5#A75739
6#9C5C44
7#91614F
8#86665A
9#7B6B65
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF4 #FFF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE5 #FFE5DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FECF #FECFBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEAA #FEAA8B | BordersInactive statesPlaceholder text |
| 400 | FD7D #FD7D4E | Disabled statesSecondary iconsMuted text |
| 500 | FD58 #FD581C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE3D #DE3D02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B130 #B13002 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E23 #7E2301 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5116 #511601 | Primary textHigh emphasis contentDark headings |
| 950 | 320E #320E01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF4F0;
--orange-red-100: #FFE5DC;
--orange-red-200: #FECFBD;
--orange-red-300: #FEAA8B;
--orange-red-400: #FD7D4E;
--orange-red-500: #FD581C;
--orange-red-600: #DE3D02;
--orange-red-700: #B13002;
--orange-red-800: #7E2301;
--orange-red-900: #511601;
--orange-red-950: #320E01;
}