Orange Red
#F43A25
RedColor Codes
All color formats for development
HEX
#F43A25RGB
rgb(244, 58, 37)HSL
hsl(6, 90%, 55%)OKLCH
oklch(0.634 0.224 30.5)CMYK
cmyk(0%, 76%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0230D
2#D51F0B
3#BB1B0A
4#A01808
5#851407
6#6B1006
7#500C04
8#350803
9#1B0401
Tints
Lighter variations
1#F54D3B
2#F66151
3#F77566
4#F8897C
5#F99C92
6#FAB0A8
7#FCC4BE
8#FDD8D3
9#FEEBE9
Tones
Muted variations
1#E9422F
2#DF4A3A
3#D55244
4#CA5B4E
5#C06359
6#B66B63
7#AB736D
8#A17C78
9#978482
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE0 #FDE0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC6 #FCC6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F99A #F99A90 | BordersInactive statesPlaceholder text |
| 400 | F665 #F66555 | Disabled statesSecondary iconsMuted text |
| 500 | F43A #F43A25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D51F #D51F0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA19 #AA1909 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7912 #791206 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0B #4E0B04 | Primary textHigh emphasis contentDark headings |
| 950 | 3007 #300703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FEF2F0;
--orange-red-100: #FDE0DD;
--orange-red-200: #FCC6C0;
--orange-red-300: #F99A90;
--orange-red-400: #F66555;
--orange-red-500: #F43A25;
--orange-red-600: #D51F0B;
--orange-red-700: #AA1909;
--orange-red-800: #791206;
--orange-red-900: #4E0B04;
--orange-red-950: #300703;
}