Orange Red
#FD2F1C
RedColor Codes
All color formats for development
HEX
#FD2F1CRGB
rgb(253, 47, 28)HSL
hsl(5, 98%, 55%)OKLCH
oklch(0.641 0.24 30.1)CMYK
cmyk(0%, 81%, 89%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA1703
2#DE1502
3#C21202
4#A70F02
5#8B0D01
6#6F0A01
7#530801
8#380501
9#1C0300
Tints
Lighter variations
1#FD4333
2#FD5849
3#FD6D60
4#FE8277
5#FE978D
6#FEACA4
7#FEC0BB
8#FFD5D2
9#FFEAE8
Tones
Muted variations
1#F13827
2#E64132
3#DB4B3E
4#D05449
5#C45D54
6#B9675F
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 | FFDF #FFDFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC3 #FEC3BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE94 #FE948B | BordersInactive statesPlaceholder text |
| 400 | FD5D #FD5D4E | Disabled statesSecondary iconsMuted text |
| 500 | FD2F #FD2F1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE15 #DE1502 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B110 #B11002 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E0C #7E0C01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5107 #510701 | 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: #FFDFDC;
--orange-red-200: #FEC3BD;
--orange-red-300: #FE948B;
--orange-red-400: #FD5D4E;
--orange-red-500: #FD2F1C;
--orange-red-600: #DE1502;
--orange-red-700: #B11002;
--orange-red-800: #7E0C01;
--orange-red-900: #510701;
--orange-red-950: #320501;
}