Fire Brick
#A30F17
RedColor Codes
All color formats for development
HEX
#A30F17RGB
rgb(163, 15, 23)HSL
hsl(357, 83%, 35%)OKLCH
oklch(0.456 0.178 26.5)CMYK
cmyk(0%, 91%, 86%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930E14
2#830C12
3#720B10
4#62090E
5#52080B
6#410609
7#310507
8#210305
9#100202
Tints
Lighter variations
1#C2121B
2#E0151F
3#EB2B34
4#EE4951
5#F1676E
6#F4868B
7#F7A4A8
8#F9C2C5
9#FCE1E2
Tones
Muted variations
1#9C171D
2#951E24
3#8D252B
4#862D31
5#7E3438
6#773C3F
7#6F4345
8#684A4C
9#615253
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F59499 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C63 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D37 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD131C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F17 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B10 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B070A | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F2;
--fire-brick-100: #FCDEE0;
--fire-brick-200: #F9C2C5;
--fire-brick-300: #F59499;
--fire-brick-400: #F05C63;
--fire-brick-500: #EB2D37;
--fire-brick-600: #CD131C;
--fire-brick-700: #A30F17;
--fire-brick-800: #750B10;
--fire-brick-900: #4B070A;
--fire-brick-950: #2F0406;
}