Fire Brick
#A30F19
RedColor Codes
All color formats for development
HEX
#A30F19RGB
rgb(163, 15, 25)HSL
hsl(356, 83%, 35%)OKLCH
oklch(0.456 0.177 26)CMYK
cmyk(0%, 91%, 85%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930E17
2#830C14
3#720B12
4#62090F
5#52080D
6#41060A
7#310508
8#210305
9#100203
Tints
Lighter variations
1#C2121E
2#E01522
3#EB2B38
4#EE4954
5#F16771
6#F4868D
7#F7A4AA
8#F9C2C6
9#FCE1E3
Tones
Muted variations
1#9C171F
2#951E26
3#8D252C
4#862D33
5#7E3439
6#773C40
7#6F4346
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 #F9C2C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F5949A | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C66 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D3A | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD131F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B070B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0407 | 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: #F9C2C6;
--fire-brick-300: #F5949A;
--fire-brick-400: #F05C66;
--fire-brick-500: #EB2D3A;
--fire-brick-600: #CD131F;
--fire-brick-700: #A30F19;
--fire-brick-800: #750B12;
--fire-brick-900: #4B070B;
--fire-brick-950: #2F0407;
}