Orange Red
#FD3E1C
RedColor Codes
All color formats for development
HEX
#FD3E1CRGB
rgb(253, 62, 28)HSL
hsl(9, 98%, 55%)OKLCH
oklch(0.652 0.231 32.2)CMYK
cmyk(0%, 75%, 89%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA2803
2#DE2302
3#C21F02
4#A71A02
5#8B1601
6#6F1201
7#530D01
8#380901
9#1C0400
Tints
Lighter variations
1#FD5133
2#FD6449
3#FD7860
4#FE8B77
5#FE9E8D
6#FEB2A4
7#FEC5BB
8#FFD8D2
9#FFECE8
Tones
Muted variations
1#F14527
2#E64D32
3#DB553E
4#D05D49
5#C46554
6#B96D5F
7#AE756B
8#A37D76
9#978481
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF2 #FFF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE1 #FFE1DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC7 #FEC7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE9C #FE9C8B | BordersInactive statesPlaceholder text |
| 400 | FD69 #FD694E | Disabled statesSecondary iconsMuted text |
| 500 | FD3E #FD3E1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE23 #DE2302 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B11C #B11C02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E14 #7E1401 | Text on light backgroundsHeadingsStrong borders |
| 900 | 510D #510D01 | Primary textHigh emphasis contentDark headings |
| 950 | 3208 #320801 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF2F0;
--orange-red-100: #FFE1DC;
--orange-red-200: #FEC7BD;
--orange-red-300: #FE9C8B;
--orange-red-400: #FD694E;
--orange-red-500: #FD3E1C;
--orange-red-600: #DE2302;
--orange-red-700: #B11C02;
--orange-red-800: #7E1401;
--orange-red-900: #510D01;
--orange-red-950: #320801;
}