Fire Brick
#A30F25
RedColor Codes
All color formats for development
HEX
#A30F25RGB
rgb(163, 15, 37)HSL
hsl(351, 83%, 35%)OKLCH
oklch(0.457 0.176 22.2)CMYK
cmyk(0%, 91%, 77%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930E22
2#830C1E
3#720B1A
4#620916
5#520813
6#41060F
7#31050B
8#210307
9#100204
Tints
Lighter variations
1#C2122C
2#E01533
3#EB2B48
4#EE4962
5#F1677C
6#F48696
7#F7A4B0
8#F9C2CB
9#FCE1E5
Tones
Muted variations
1#9C172B
2#951E30
3#8D2535
4#862D3A
5#7E343F
6#773C45
7#6F434A
8#684A4F
9#615254
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2CB | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594A2 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C72 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D4A | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD132F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B1B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0711 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F040B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F3;
--fire-brick-100: #FCDEE3;
--fire-brick-200: #F9C2CB;
--fire-brick-300: #F594A2;
--fire-brick-400: #F05C72;
--fire-brick-500: #EB2D4A;
--fire-brick-600: #CD132F;
--fire-brick-700: #A30F25;
--fire-brick-800: #750B1B;
--fire-brick-900: #4B0711;
--fire-brick-950: #2F040B;
}