Orange Red
#DA3407
RedColor Codes
All color formats for development
HEX
#DA3407RGB
rgb(218, 52, 7)HSL
hsl(13, 94%, 44%)OKLCH
oklch(0.582 0.207 33.7)CMYK
cmyk(0%, 76%, 97%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C42F06
2#AE2A05
3#982505
4#831F04
5#6D1A03
6#571503
7#411002
8#2C0A01
9#160501
Tints
Lighter variations
1#F53B08
2#F85021
3#F9663D
4#FA7C59
5#FB9274
6#FCA790
7#FCBDAC
8#FDD3C8
9#FEE9E3
Tones
Muted variations
1#CF3A11
2#C5401C
3#BA4626
4#AF4C31
5#A5523B
6#9A5846
7#905E51
8#85645B
9#7B6A66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF3 #FFF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE4 #FEE4DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDCC #FDCCBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBA5 #FBA58D | BordersInactive statesPlaceholder text |
| 400 | FA76 #FA7652 | Disabled statesSecondary iconsMuted text |
| 500 | F84F #F84F20 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA34 #DA3407 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD2A #AD2A05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C1E #7C1E04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F13 #4F1302 | Primary textHigh emphasis contentDark headings |
| 950 | 310C #310C02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF3F0;
--orange-red-100: #FEE4DC;
--orange-red-200: #FDCCBF;
--orange-red-300: #FBA58D;
--orange-red-400: #FA7652;
--orange-red-500: #F84F20;
--orange-red-600: #DA3407;
--orange-red-700: #AD2A05;
--orange-red-800: #7C1E04;
--orange-red-900: #4F1302;
--orange-red-950: #310C02;
}