Orange Red
#DE2E02
RedColor Codes
All color formats for development
HEX
#DE2E02RGB
rgb(222, 46, 2)HSL
hsl(12, 98%, 44%)OKLCH
oklch(0.584 0.215 32.9)CMYK
cmyk(0%, 79%, 99%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C82A02
2#B22502
3#9C2002
4#851C01
5#6F1701
6#591201
7#430E01
8#2C0900
9#160500
Tints
Lighter variations
1#FA3403
2#FD4A1D
3#FD6039
4#FD7755
5#FE8E72
6#FEA48E
7#FEBBAA
8#FED2C6
9#FFE8E3
Tones
Muted variations
1#D3350D
2#C83B18
3#BD4223
4#B2492E
5#A74F39
6#9C5644
7#915C4F
8#86635A
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 | FECA #FECABD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEA2 #FEA28B | BordersInactive statesPlaceholder text |
| 400 | FD71 #FD714E | Disabled statesSecondary iconsMuted text |
| 500 | FD49 #FD491C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE2E #DE2E02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B125 #B12502 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E1A #7E1A01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5111 #511101 | 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: #FECABD;
--orange-red-300: #FEA28B;
--orange-red-400: #FD714E;
--orange-red-500: #FD491C;
--orange-red-600: #DE2E02;
--orange-red-700: #B12502;
--orange-red-800: #7E1A01;
--orange-red-900: #511101;
--orange-red-950: #320B01;
}