Fire Brick
#D3210D
RedColor Codes
All color formats for development
HEX
#D3210DRGB
rgb(211, 33, 13)HSL
hsl(6, 88%, 44%)OKLCH
oklch(0.556 0.212 30.5)CMYK
cmyk(0%, 84%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE1E0C
2#A91B0B
3#941709
4#7F1408
5#691107
6#540D05
7#3F0A04
8#2A0703
9#150301
Tints
Lighter variations
1#EE250F
2#F13C28
3#F35543
4#F56D5E
5#F68579
6#F89E94
7#FAB6AE
8#FCCEC9
9#FDE7E4
Tones
Muted variations
1#C92917
2#BF3121
3#B5392B
4#AB4135
5#A2493F
6#985149
7#8E5953
8#84605C
9#7A6866
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 | F89B #F89B91 | BordersInactive statesPlaceholder text |
| 400 | F467 #F46757 | Disabled statesSecondary iconsMuted text |
| 500 | F13B #F13B27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D321 #D3210D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A81A #A81A0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7813 #781308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0C #4D0C05 | Primary textHigh emphasis contentDark headings |
| 950 | 3008 #300803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF2F1;
--fire-brick-100: #FDE1DD;
--fire-brick-200: #FBC7C1;
--fire-brick-300: #F89B91;
--fire-brick-400: #F46757;
--fire-brick-500: #F13B27;
--fire-brick-600: #D3210D;
--fire-brick-700: #A81A0B;
--fire-brick-800: #781308;
--fire-brick-900: #4D0C05;
--fire-brick-950: #300803;
}