Fire Brick
#A92C0A
RedColor Codes
All color formats for development
HEX
#A92C0ARGB
rgb(169, 44, 10)HSL
hsl(13, 89%, 35%)OKLCH
oklch(0.487 0.166 34.5)CMYK
cmyk(0%, 74%, 94%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#982809
2#872308
3#761F07
4#651B06
5#541605
6#431204
7#330D03
8#220902
9#110401
Tints
Lighter variations
1#C8340C
2#E73D0D
3#F25024
4#F46943
5#F68262
6#F89B82
7#FAB4A1
8#FBCDC0
9#FDE6E0
Tones
Muted variations
1#A13112
2#99351A
3#913A22
4#893E2A
5#814332
6#794739
7#714C41
8#695049
9#615551
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE4 #FDE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCD #FBCDC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A7 #F9A790 | BordersInactive statesPlaceholder text |
| 400 | F579 #F57956 | Disabled statesSecondary iconsMuted text |
| 500 | F252 #F25226 | Primary brand colorCTAsActive elementsLinks |
| 600 | D438 #D4380C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A92C #A92C0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7820 #782007 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D14 #4D1404 | Primary textHigh emphasis contentDark headings |
| 950 | 300D #300D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF3F1;
--fire-brick-100: #FDE4DD;
--fire-brick-200: #FBCDC0;
--fire-brick-300: #F9A790;
--fire-brick-400: #F57956;
--fire-brick-500: #F25226;
--fire-brick-600: #D4380C;
--fire-brick-700: #A92C0A;
--fire-brick-800: #782007;
--fire-brick-900: #4D1404;
--fire-brick-950: #300D03;
}