Fire Brick
#A80B28
RedColor Codes
All color formats for development
HEX
#A80B28RGB
rgb(168, 11, 40)HSL
hsl(349, 88%, 35%)OKLCH
oklch(0.466 0.182 21.3)CMYK
cmyk(0%, 93%, 76%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#970A24
2#860920
3#75071C
4#650618
5#540514
6#430410
7#32030C
8#220208
9#110104
Tints
Lighter variations
1#C70D2F
2#E60F36
3#F1254A
4#F34464
5#F5637E
6#F78298
7#F9A2B2
8#FBC1CB
9#FDE0E5
Tones
Muted variations
1#A0132C
2#981A31
3#902236
4#882A3B
5#813240
6#793A45
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 #FBC1CB | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891A4 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45774 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1274C | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D32 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B28 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78081C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0512 | 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: #FBC1CB;
--fire-brick-300: #F891A4;
--fire-brick-400: #F45774;
--fire-brick-500: #F1274C;
--fire-brick-600: #D30D32;
--fire-brick-700: #A80B28;
--fire-brick-800: #78081C;
--fire-brick-900: #4D0512;
--fire-brick-950: #30030B;
}