Fire Brick
#A91F0A
RedColor Codes
All color formats for development
HEX
#A91F0ARGB
rgb(169, 31, 10)HSL
hsl(8, 89%, 35%)OKLCH
oklch(0.476 0.176 31.4)CMYK
cmyk(0%, 82%, 94%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#981C09
2#871908
3#761607
4#651306
5#540F05
6#430C04
7#330903
8#220602
9#110301
Tints
Lighter variations
1#C8250C
2#E72B0D
3#F23F24
4#F45B43
5#F67662
6#F89182
7#FAADA1
8#FBC8C0
9#FDE4E0
Tones
Muted variations
1#A12512
2#992B1A
3#913022
4#89362A
5#813C32
6#794239
7#714841
8#694E49
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 | FBC8 #FBC8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F99E #F99E90 | BordersInactive statesPlaceholder text |
| 400 | F56B #F56B56 | Disabled statesSecondary iconsMuted text |
| 500 | F241 #F24126 | Primary brand colorCTAsActive elementsLinks |
| 600 | D427 #D4270C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A91F #A91F0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7816 #781607 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0E #4D0E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3009 #300903 | 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: #FBC8C0;
--fire-brick-300: #F99E90;
--fire-brick-400: #F56B56;
--fire-brick-500: #F24126;
--fire-brick-600: #D4270C;
--fire-brick-700: #A91F0A;
--fire-brick-800: #781607;
--fire-brick-900: #4D0E04;
--fire-brick-950: #300903;
}