Fire Brick
#A80B25
RedColor Codes
All color formats for development
HEX
#A80B25RGB
rgb(168, 11, 37)HSL
hsl(350, 88%, 35%)OKLCH
oklch(0.466 0.182 22.3)CMYK
cmyk(0%, 93%, 78%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#970A21
2#86091E
3#75071A
4#650616
5#540512
6#43040F
7#32030B
8#220207
9#110104
Tints
Lighter variations
1#C70D2C
2#E60F33
3#F12547
4#F34461
5#F5637C
6#F78296
7#F9A2B0
8#FBC1CA
9#FDE0E5
Tones
Muted variations
1#A0132A
2#981A2F
3#902235
4#882A3A
5#81323F
6#793A44
7#71424A
8#694A4F
9#615154
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891A2 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45771 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12749 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D2E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78081A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0511 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F3;
--fire-brick-100: #FDDDE3;
--fire-brick-200: #FBC1CA;
--fire-brick-300: #F891A2;
--fire-brick-400: #F45771;
--fire-brick-500: #F12749;
--fire-brick-600: #D30D2E;
--fire-brick-700: #A80B25;
--fire-brick-800: #78081A;
--fire-brick-900: #4D0511;
--fire-brick-950: #30030B;
}