Fire Brick
#A80B15
RedColor Codes
All color formats for development
HEX
#A80B15RGB
rgb(168, 11, 21)HSL
hsl(356, 88%, 35%)OKLCH
oklch(0.464 0.184 26.7)CMYK
cmyk(0%, 93%, 87%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#970A13
2#860911
3#75070F
4#65060D
5#54050B
6#430408
7#320306
8#220204
9#110102
Tints
Lighter variations
1#C70D19
2#E60F1D
3#F12532
4#F34450
5#F5636D
6#F7828A
7#F9A2A7
8#FBC1C5
9#FDE0E2
Tones
Muted variations
1#A0131C
2#981A23
3#90222A
4#882A30
5#813237
6#793A3E
7#714245
8#694A4C
9#615152
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F89198 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45762 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12735 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78080F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D050A | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F2;
--fire-brick-100: #FDDDE0;
--fire-brick-200: #FBC1C5;
--fire-brick-300: #F89198;
--fire-brick-400: #F45762;
--fire-brick-500: #F12735;
--fire-brick-600: #D30D1B;
--fire-brick-700: #A80B15;
--fire-brick-800: #78080F;
--fire-brick-900: #4D050A;
--fire-brick-950: #300306;
}