Fire Brick
#A80B1A
RedColor Codes
All color formats for development
HEX
#A80B1ARGB
rgb(168, 11, 26)HSL
hsl(354, 88%, 35%)OKLCH
oklch(0.465 0.183 25.5)CMYK
cmyk(0%, 93%, 85%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#970A18
2#860915
3#750712
4#650610
5#54050D
6#43040B
7#320308
8#220205
9#110103
Tints
Lighter variations
1#C70D1F
2#E60F24
3#F12539
4#F34456
5#F56372
6#F7828E
7#F9A2AA
8#FBC1C7
9#FDE0E3
Tones
Muted variations
1#A01321
2#981A27
3#90222D
4#882A34
5#81323A
6#793A40
7#714246
8#694A4D
9#615153
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F8919B | BordersInactive statesPlaceholder text |
| 400 | F457 #F45767 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1273B | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D21 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B1A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780813 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D050C | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300308 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F2;
--fire-brick-100: #FDDDE1;
--fire-brick-200: #FBC1C7;
--fire-brick-300: #F8919B;
--fire-brick-400: #F45767;
--fire-brick-500: #F1273B;
--fire-brick-600: #D30D21;
--fire-brick-700: #A80B1A;
--fire-brick-800: #780813;
--fire-brick-900: #4D050C;
--fire-brick-950: #300308;
}