Fire Brick
#A4220E
RedColor Codes
All color formats for development
HEX
#A4220ERGB
rgb(164, 34, 14)HSL
hsl(8, 84%, 35%)OKLCH
oklch(0.469 0.169 31.6)CMYK
cmyk(0%, 79%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#941F0D
2#831B0B
3#73180A
4#631509
5#521107
6#420E06
7#310A04
8#210703
9#100301
Tints
Lighter variations
1#C32911
2#E12F14
3#EC442A
4#EF5E48
5#F27967
6#F49485
7#F7AFA4
8#FAC9C2
9#FCE4E1
Tones
Muted variations
1#9D2816
2#952D1D
3#8E3325
4#86382C
5#7F3E34
6#77433B
7#704943
8#684E4A
9#615452
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE2 #FCE2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC9 #FAC9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A0 #F6A093 | BordersInactive statesPlaceholder text |
| 400 | F16F #F16F5B | Disabled statesSecondary iconsMuted text |
| 500 | ED46 #ED462C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE2B #CE2B12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A422 #A4220E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7518 #75180A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B10 #4B1007 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0A #2F0A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF3F1;
--fire-brick-100: #FCE2DE;
--fire-brick-200: #FAC9C2;
--fire-brick-300: #F6A093;
--fire-brick-400: #F16F5B;
--fire-brick-500: #ED462C;
--fire-brick-600: #CE2B12;
--fire-brick-700: #A4220E;
--fire-brick-800: #75180A;
--fire-brick-900: #4B1007;
--fire-brick-950: #2F0A04;
}