Orange Red
#FC2F1D
RedColor Codes
All color formats for development
HEX
#FC2F1DRGB
rgb(252, 47, 29)HSL
hsl(5, 97%, 55%)OKLCH
oklch(0.639 0.239 30)CMYK
cmyk(0%, 81%, 88%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F91804
2#DD1603
3#C11303
4#A61003
5#8A0D02
6#6F0B02
7#530801
8#370501
9#1C0300
Tints
Lighter variations
1#FC4434
2#FC594A
3#FD6E61
4#FD8277
5#FD978E
6#FEACA5
7#FEC1BB
8#FED5D2
9#FFEAE8
Tones
Muted variations
1#F03928
2#E54233
3#DA4B3E
4#CF5549
5#C45E55
6#B96760
7#AE706B
8#A37A76
9#978381
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF1 #FFF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDF #FEDFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC3 #FEC3BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD95 #FD958B | BordersInactive statesPlaceholder text |
| 400 | FC5E #FC5E4F | Disabled statesSecondary iconsMuted text |
| 500 | FC2F #FC2F1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD16 #DD1603 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B011 #B01103 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E0C #7E0C02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5008 #500801 | Primary textHigh emphasis contentDark headings |
| 950 | 3205 #320501 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF1F0;
--orange-red-100: #FEDFDC;
--orange-red-200: #FEC3BE;
--orange-red-300: #FD958B;
--orange-red-400: #FC5E4F;
--orange-red-500: #FC2F1D;
--orange-red-600: #DD1603;
--orange-red-700: #B01103;
--orange-red-800: #7E0C02;
--orange-red-900: #500801;
--orange-red-950: #320501;
}