Fire Brick
#A01313
RedColor Codes
All color formats for development
HEX
#A01313RGB
rgb(160, 19, 19)HSL
hsl(0, 79%, 35%)OKLCH
oklch(0.452 0.173 27.9)CMYK
cmyk(0%, 88%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#901111
2#800F0F
3#700D0D
4#600B0B
5#500909
6#400707
7#300606
8#200404
9#100202
Tints
Lighter variations
1#BD1616
2#DB1A1A
3#E72F2F
4#EA4D4D
5#EE6B6B
6#F18888
7#F5A6A6
8#F8C4C4
9#FCE1E1
Tones
Muted variations
1#991A1A
2#922121
3#8B2828
4#842F2F
5#7D3636
6#753D3D
7#6E4444
8#674B4B
9#605252
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F39696 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F5F | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73232 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91818 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01313 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490909 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FDF1F1;
--fire-brick-100: #FBDFDF;
--fire-brick-200: #F8C4C4;
--fire-brick-300: #F39696;
--fire-brick-400: #EC5F5F;
--fire-brick-500: #E73232;
--fire-brick-600: #C91818;
--fire-brick-700: #A01313;
--fire-brick-800: #720D0D;
--fire-brick-900: #490909;
--fire-brick-950: #2E0505;
}