Fire Brick
#D3320D
RedColor Codes
All color formats for development
HEX
#D3320DRGB
rgb(211, 50, 13)HSL
hsl(11, 88%, 44%)OKLCH
oklch(0.568 0.202 33.2)CMYK
cmyk(0%, 76%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE2D0C
2#A9280B
3#942309
4#7F1E08
5#691907
6#541405
7#3F0F04
8#2A0A03
9#150501
Tints
Lighter variations
1#EE380F
2#F14D28
3#F36343
4#F57A5E
5#F69079
6#F8A694
7#FABCAE
8#FCD3C9
9#FDE9E4
Tones
Muted variations
1#C93817
2#BF3E21
3#B5442B
4#AB4B35
5#A2513F
6#985749
7#8E5D53
8#84645C
9#7A6A66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE3 #FDE3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCB #FBCBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A4 #F8A491 | BordersInactive statesPlaceholder text |
| 400 | F474 #F47457 | Disabled statesSecondary iconsMuted text |
| 500 | F14C #F14C27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D332 #D3320D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A828 #A8280B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 781C #781C08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D12 #4D1205 | Primary textHigh emphasis contentDark headings |
| 950 | 300B #300B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF3F1;
--fire-brick-100: #FDE3DD;
--fire-brick-200: #FBCBC1;
--fire-brick-300: #F8A491;
--fire-brick-400: #F47457;
--fire-brick-500: #F14C27;
--fire-brick-600: #D3320D;
--fire-brick-700: #A8280B;
--fire-brick-800: #781C08;
--fire-brick-900: #4D1205;
--fire-brick-950: #300B03;
}