Orange Red
#FC331D
RedColor Codes
All color formats for development
HEX
#FC331DRGB
rgb(252, 51, 29)HSL
hsl(6, 97%, 55%)OKLCH
oklch(0.642 0.237 30.5)CMYK
cmyk(0%, 80%, 88%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F91C04
2#DD1903
3#C11603
4#A61303
5#8A1002
6#6F0D02
7#530901
8#370601
9#1C0300
Tints
Lighter variations
1#FC4834
2#FC5C4A
3#FD7061
4#FD8577
5#FD998E
6#FEADA5
7#FEC2BB
8#FED6D2
9#FFEBE8
Tones
Muted variations
1#F03C28
2#E54533
3#DA4E3E
4#CF5749
5#C46055
6#B96960
7#AE726B
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 | FEC4 #FEC4BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD97 #FD978B | BordersInactive statesPlaceholder text |
| 400 | FC60 #FC604F | Disabled statesSecondary iconsMuted text |
| 500 | FC33 #FC331D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD19 #DD1903 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B014 #B01403 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E0E #7E0E02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5009 #500901 | Primary textHigh emphasis contentDark headings |
| 950 | 3206 #320601 | 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: #FEC4BE;
--orange-red-300: #FD978B;
--orange-red-400: #FC604F;
--orange-red-500: #FC331D;
--orange-red-600: #DD1903;
--orange-red-700: #B01403;
--orange-red-800: #7E0E02;
--orange-red-900: #500901;
--orange-red-950: #320601;
}