Fire Brick
#A9220A
RedColor Codes
All color formats for development
HEX
#A9220ARGB
rgb(169, 34, 10)HSL
hsl(9, 89%, 35%)OKLCH
oklch(0.478 0.174 32)CMYK
cmyk(0%, 80%, 94%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#981E09
2#871B08
3#761807
4#651406
5#541105
6#430D04
7#330A03
8#220702
9#110301
Tints
Lighter variations
1#C8280C
2#E72E0D
3#F24324
4#F45E43
5#F67862
6#F89382
7#FAAEA1
8#FBC9C0
9#FDE4E0
Tones
Muted variations
1#A12712
2#992D1A
3#913222
4#89382A
5#813D32
6#794339
7#714941
8#694E49
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 #FBC9C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A0 #F9A090 | BordersInactive statesPlaceholder text |
| 400 | F56E #F56E56 | Disabled statesSecondary iconsMuted text |
| 500 | F245 #F24526 | Primary brand colorCTAsActive elementsLinks |
| 600 | D42A #D42A0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A922 #A9220A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7818 #781807 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0F #4D0F04 | 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: #FBC9C0;
--fire-brick-300: #F9A090;
--fire-brick-400: #F56E56;
--fire-brick-500: #F24526;
--fire-brick-600: #D42A0C;
--fire-brick-700: #A9220A;
--fire-brick-800: #781807;
--fire-brick-900: #4D0F04;
--fire-brick-950: #300A03;
}