Fire Brick
#AE041B
RedColor Codes
All color formats for development
HEX
#AE041BRGB
rgb(174, 4, 27)HSL
hsl(352, 96%, 35%)OKLCH
oklch(0.474 0.19 25.1)CMYK
cmyk(0%, 98%, 84%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D0318
2#8C0315
3#7A0212
4#690210
5#57020D
6#46010B
7#340108
8#230105
9#110003
Tints
Lighter variations
1#CF041F
2#F00524
3#FA1C39
4#FB3C56
5#FC5D72
6#FC7D8E
7#FD9EAA
8#FEBEC7
9#FEDFE3
Tones
Muted variations
1#A60C21
2#9E1527
3#951D2D
4#8D2634
5#842E3A
6#7C3740
7#734046
8#6A484D
9#625153
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C9B | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5067 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E3B | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0421 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF041A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0313 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50020C | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320108 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FFF0F2;
--fire-brick-100: #FEDCE1;
--fire-brick-200: #FEBEC7;
--fire-brick-300: #FD8C9B;
--fire-brick-400: #FB5067;
--fire-brick-500: #FA1E3B;
--fire-brick-600: #DC0421;
--fire-brick-700: #AF041A;
--fire-brick-800: #7D0313;
--fire-brick-900: #50020C;
--fire-brick-950: #320108;
}