Fire Brick
#A12312
RedColor Codes
All color formats for development
HEX
#A12312RGB
rgb(161, 35, 18)HSL
hsl(7, 80%, 35%)OKLCH
oklch(0.464 0.164 31.1)CMYK
cmyk(0%, 78%, 89%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#911F10
2#811C0E
3#70180C
4#60150B
5#501109
6#400E07
7#300A05
8#200704
9#100302
Tints
Lighter variations
1#BE2915
2#DC2F18
3#E8442E
4#EB5F4C
5#EE796A
6#F29488
7#F5AFA5
8#F8CAC3
9#FCE4E1
Tones
Muted variations
1#9A2819
2#922D20
3#8B3327
4#84382E
5#7D3E36
6#76433D
7#6F4944
8#684E4B
9#605452
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CA #F8CAC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A0 #F3A095 | BordersInactive statesPlaceholder text |
| 400 | ED6F #ED6F5E | Disabled statesSecondary iconsMuted text |
| 500 | E846 #E84630 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA2B #CA2B16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A123 #A12312 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7319 #73190D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4910 #491008 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0A #2E0A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FDF3F1;
--fire-brick-100: #FBE2DF;
--fire-brick-200: #F8CAC3;
--fire-brick-300: #F3A095;
--fire-brick-400: #ED6F5E;
--fire-brick-500: #E84630;
--fire-brick-600: #CA2B16;
--fire-brick-700: #A12312;
--fire-brick-800: #73190D;
--fire-brick-900: #491008;
--fire-brick-950: #2E0A05;
}