Orange Red
#FD3A1C
RedColor Codes
All color formats for development
HEX
#FD3A1CRGB
rgb(253, 58, 28)HSL
hsl(8, 98%, 55%)OKLCH
oklch(0.649 0.233 31.6)CMYK
cmyk(0%, 77%, 89%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA2403
2#DE2002
3#C21C02
4#A71802
5#8B1401
6#6F1001
7#530C01
8#380801
9#1C0400
Tints
Lighter variations
1#FD4E33
2#FD6149
3#FD7560
4#FE8977
5#FE9C8D
6#FEB0A4
7#FEC4BB
8#FFD8D2
9#FFEBE8
Tones
Muted variations
1#F14227
2#E64A32
3#DB533E
4#D05B49
5#C46354
6#B96B5F
7#AE746B
8#A37C76
9#978481
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF2 #FFF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE0 #FFE0DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC6 #FEC6BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE9A #FE9A8B | BordersInactive statesPlaceholder text |
| 400 | FD66 #FD664E | Disabled statesSecondary iconsMuted text |
| 500 | FD3A #FD3A1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE20 #DE2002 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B119 #B11902 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E12 #7E1201 | Text on light backgroundsHeadingsStrong borders |
| 900 | 510B #510B01 | Primary textHigh emphasis contentDark headings |
| 950 | 3207 #320701 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF2F0;
--orange-red-100: #FFE0DC;
--orange-red-200: #FEC6BD;
--orange-red-300: #FE9A8B;
--orange-red-400: #FD664E;
--orange-red-500: #FD3A1C;
--orange-red-600: #DE2002;
--orange-red-700: #B11902;
--orange-red-800: #7E1201;
--orange-red-900: #510B01;
--orange-red-950: #320701;
}