Fire Brick
#A81A0B
RedColor Codes
All color formats for development
HEX
#A81A0BRGB
rgb(168, 26, 11)HSL
hsl(6, 88%, 35%)OKLCH
oklch(0.471 0.178 30.4)CMYK
cmyk(0%, 85%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97180A
2#861509
3#751207
4#651006
5#540D05
6#430B04
7#320803
8#220502
9#110301
Tints
Lighter variations
1#C71F0D
2#E6240F
3#F13925
4#F35644
5#F57263
6#F78E82
7#F9AAA2
8#FBC7C1
9#FDE3E0
Tones
Muted variations
1#A02113
2#98271A
3#902D22
4#88342A
5#813A32
6#79403A
7#714642
8#694D4A
9#615351
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;
}