Fire Brick
#A31C0F
RedColor Codes
All color formats for development
HEX
#A31C0FRGB
rgb(163, 28, 15)HSL
hsl(5, 83%, 35%)OKLCH
oklch(0.463 0.172 30.2)CMYK
cmyk(0%, 83%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#93190E
2#83160C
3#72130B
4#621109
5#520E08
6#410B06
7#310805
8#210603
9#100302
Tints
Lighter variations
1#C22112
2#E02615
3#EB3B2B
4#EE5749
5#F17367
6#F48F86
7#F7ABA4
8#F9C7C2
9#FCE3E1
Tones
Muted variations
1#9C2217
2#95281E
3#8D2E25
4#86342D
5#7E3A34
6#77413C
7#6F4743
8#684D4A
9#615352
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE1 #FCE1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C7 #F9C7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F59C #F59C94 | BordersInactive statesPlaceholder text |
| 400 | F068 #F0685C | Disabled statesSecondary iconsMuted text |
| 500 | EB3D #EB3D2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD23 #CD2313 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A31C #A31C0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7514 #75140B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0D #4B0D07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F08 #2F0804 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF2F1;
--fire-brick-100: #FCE1DE;
--fire-brick-200: #F9C7C2;
--fire-brick-300: #F59C94;
--fire-brick-400: #F0685C;
--fire-brick-500: #EB3D2D;
--fire-brick-600: #CD2313;
--fire-brick-700: #A31C0F;
--fire-brick-800: #75140B;
--fire-brick-900: #4B0D07;
--fire-brick-950: #2F0804;
}