Orange Red
#F13F27
RedColor Codes
All color formats for development
HEX
#F13F27RGB
rgb(241, 63, 39)HSL
hsl(7, 88%, 55%)OKLCH
oklch(0.633 0.218 31.1)CMYK
cmyk(0%, 74%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED290F
2#D3250D
3#B9200C
4#9E1B0A
5#841708
6#691207
7#4F0E05
8#350903
9#1A0502
Tints
Lighter variations
1#F3523D
2#F46552
3#F57868
4#F78C7E
5#F89F93
6#F9B2A9
7#FBC5BE
8#FCD9D4
9#FEECE9
Tones
Muted variations
1#E74731
2#DD4E3B
3#D35646
4#C95E50
5#BF665A
6#B56D64
7#AB756E
8#A07D78
9#968582
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE1 #FDE1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC7 #FBC7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F89D #F89D91 | BordersInactive statesPlaceholder text |
| 400 | F46A #F46A57 | Disabled statesSecondary iconsMuted text |
| 500 | F13F #F13F27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D325 #D3250D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A81D #A81D0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7815 #781508 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0D #4D0D05 | Primary textHigh emphasis contentDark headings |
| 950 | 3008 #300803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FEF2F1;
--orange-red-100: #FDE1DD;
--orange-red-200: #FBC7C1;
--orange-red-300: #F89D91;
--orange-red-400: #F46A57;
--orange-red-500: #F13F27;
--orange-red-600: #D3250D;
--orange-red-700: #A81D0B;
--orange-red-800: #781508;
--orange-red-900: #4D0D05;
--orange-red-950: #300803;
}