Orange Red
#DC3304
RedColor Codes
All color formats for development
HEX
#DC3304RGB
rgb(220, 51, 4)HSL
hsl(13, 96%, 44%)OKLCH
oklch(0.584 0.21 33.7)CMYK
cmyk(0%, 77%, 98%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C62E04
2#B02904
3#9A2403
4#841F03
5#6E1A02
6#581402
7#420F01
8#2C0A01
9#160500
Tints
Lighter variations
1#F83A05
2#FA4F1F
3#FB653B
4#FC7B57
5#FC9173
6#FDA78F
7#FDBDAB
8#FED3C7
9#FEE9E3
Tones
Muted variations
1#D1390F
2#C63F1A
3#BC4525
4#B14C30
5#A6523A
6#9B5845
7#915E50
8#86645B
9#7B6A65
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF3 #FFF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE3 #FEE3DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FECC #FECCBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDA4 #FDA48C | BordersInactive statesPlaceholder text |
| 400 | FB75 #FB7550 | Disabled statesSecondary iconsMuted text |
| 500 | FA4E #FA4E1E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC33 #DC3304 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF29 #AF2904 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D1D #7D1D03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5013 #501302 | 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: #FEE3DC;
--orange-red-200: #FECCBE;
--orange-red-300: #FDA48C;
--orange-red-400: #FB7550;
--orange-red-500: #FA4E1E;
--orange-red-600: #DC3304;
--orange-red-700: #AF2904;
--orange-red-800: #7D1D03;
--orange-red-900: #501302;
--orange-red-950: #320C01;
}