Fire Brick
#A8220B
RedColor Codes
All color formats for development
HEX
#A8220BRGB
rgb(168, 34, 11)HSL
hsl(9, 88%, 35%)OKLCH
oklch(0.476 0.173 31.9)CMYK
cmyk(0%, 80%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#971F0A
2#861B09
3#751807
4#651506
5#541105
6#430E04
7#320A03
8#220702
9#110301
Tints
Lighter variations
1#C7290D
2#E62F0F
3#F14425
4#F35E44
5#F57963
6#F79482
7#F9AFA2
8#FBC9C1
9#FDE4E0
Tones
Muted variations
1#A02813
2#982D1A
3#903322
4#88382A
5#813E32
6#79433A
7#714942
8#694E4A
9#615451
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE2 #FDE2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC9 #FBC9C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A0 #F8A091 | BordersInactive statesPlaceholder text |
| 400 | F46F #F46F57 | Disabled statesSecondary iconsMuted text |
| 500 | F146 #F14627 | Primary brand colorCTAsActive elementsLinks |
| 600 | D32B #D32B0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A822 #A8220B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7818 #781808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D10 #4D1005 | Primary textHigh emphasis contentDark headings |
| 950 | 300A #300A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF3F1;
--fire-brick-100: #FDE2DD;
--fire-brick-200: #FBC9C1;
--fire-brick-300: #F8A091;
--fire-brick-400: #F46F57;
--fire-brick-500: #F14627;
--fire-brick-600: #D32B0D;
--fire-brick-700: #A8220B;
--fire-brick-800: #781808;
--fire-brick-900: #4D1005;
--fire-brick-950: #300A03;
}