Orange Red
#DB3706
RedColor Codes
All color formats for development
HEX
#DB3706RGB
rgb(219, 55, 6)HSL
hsl(14, 95%, 44%)OKLCH
oklch(0.586 0.206 34.3)CMYK
cmyk(0%, 75%, 97%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C53205
2#AF2C04
3#992704
4#832103
5#6D1C03
6#581602
7#421102
8#2C0B01
9#160601
Tints
Lighter variations
1#F73E06
2#F95320
3#FA683C
4#FB7E58
5#FB9374
6#FCA990
7#FDBEAB
8#FED4C7
9#FEE9E3
Tones
Muted variations
1#D03D10
2#C5431B
3#BB4826
4#B04E30
5#A5543B
6#9B5946
7#905F50
8#86655B
9#7B6B66
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 | FDCD #FDCDBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCA7 #FCA78D | BordersInactive statesPlaceholder text |
| 400 | FB79 #FB7951 | Disabled statesSecondary iconsMuted text |
| 500 | F952 #F9521F | Primary brand colorCTAsActive elementsLinks |
| 600 | DB37 #DB3706 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE2C #AE2C04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C1F #7C1F03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5014 #501402 | Primary textHigh emphasis contentDark headings |
| 950 | 320D #320D01 | 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: #FDCDBE;
--orange-red-300: #FCA78D;
--orange-red-400: #FB7951;
--orange-red-500: #F9521F;
--orange-red-600: #DB3706;
--orange-red-700: #AE2C04;
--orange-red-800: #7C1F03;
--orange-red-900: #501402;
--orange-red-950: #320D01;
}