Orange Red
#DA3107
RedColor Codes
All color formats for development
HEX
#DA3107RGB
rgb(218, 49, 7)HSL
hsl(12, 94%, 44%)OKLCH
oklch(0.579 0.209 33.2)CMYK
cmyk(0%, 78%, 97%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C42C06
2#AE2705
3#982205
4#831D04
5#6D1803
6#571403
7#410F02
8#2C0A01
9#160501
Tints
Lighter variations
1#F53708
2#F84C21
3#F9633D
4#FA7959
5#FB8F74
6#FCA690
7#FCBCAC
8#FDD2C8
9#FEE9E3
Tones
Muted variations
1#CF3711
2#C53E1C
3#BA4426
4#AF4A31
5#A5513B
6#9A5746
7#905D51
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 | FEE3 #FEE3DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDCB #FDCBBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBA3 #FBA38D | BordersInactive statesPlaceholder text |
| 400 | FA73 #FA7352 | Disabled statesSecondary iconsMuted text |
| 500 | F84C #F84C20 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA31 #DA3107 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD27 #AD2705 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C1C #7C1C04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F12 #4F1202 | Primary textHigh emphasis contentDark headings |
| 950 | 310B #310B02 | 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: #FDCBBF;
--orange-red-300: #FBA38D;
--orange-red-400: #FA7352;
--orange-red-500: #F84C20;
--orange-red-600: #DA3107;
--orange-red-700: #AD2705;
--orange-red-800: #7C1C04;
--orange-red-900: #4F1202;
--orange-red-950: #310B02;
}