Fire Brick
#A5180D
RedColor Codes
All color formats for development
HEX
#A5180DRGB
rgb(165, 24, 13)HSL
hsl(4, 85%, 35%)OKLCH
oklch(0.464 0.176 29.8)CMYK
cmyk(0%, 85%, 92%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95150C
2#84130B
3#741009
4#630E08
5#530C07
6#420905
7#320704
8#210503
9#110201
Tints
Lighter variations
1#C41C10
2#E22012
3#EE3628
4#F05247
5#F36F66
6#F58C84
7#F8A9A3
8#FAC5C2
9#FDE2E0
Tones
Muted variations
1#9E1E15
2#96251D
3#8E2B24
4#87322C
5#7F3833
6#783F3B
7#704642
8#684C4A
9#615352
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE0 #FCE0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC5 #FAC5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F699 #F69992 | BordersInactive statesPlaceholder text |
| 400 | F264 #F2645A | Disabled statesSecondary iconsMuted text |
| 500 | EE38 #EE382B | Primary brand colorCTAsActive elementsLinks |
| 600 | D01E #D01E11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A518 #A5180D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7611 #76110A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0B #4B0B06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F07 #2F0704 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF2F1;
--fire-brick-100: #FCE0DE;
--fire-brick-200: #FAC5C2;
--fire-brick-300: #F69992;
--fire-brick-400: #F2645A;
--fire-brick-500: #EE382B;
--fire-brick-600: #D01E11;
--fire-brick-700: #A5180D;
--fire-brick-800: #76110A;
--fire-brick-900: #4B0B06;
--fire-brick-950: #2F0704;
}