Fire Brick
#AE0426
RedColor Codes
All color formats for development
HEX
#AE0426RGB
rgb(174, 4, 38)HSL
hsl(348, 96%, 35%)OKLCH
oklch(0.476 0.19 21.9)CMYK
cmyk(0%, 98%, 78%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D0322
2#8C031E
3#7A021A
4#690217
5#570213
6#46010F
7#34010B
8#230108
9#110004
Tints
Lighter variations
1#CF042D
2#F00534
3#FA1C48
4#FB3C62
5#FC5D7C
6#FC7D97
7#FD9EB1
8#FEBECB
9#FEDFE5
Tones
Muted variations
1#A60C2B
2#9E1530
3#951D35
4#8D263A
5#842E40
6#7C3745
7#73404A
8#6A484F
9#625154
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBECB | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CA3 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5072 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E4A | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0430 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0426 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D031B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500211 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32010B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FFF0F3;
--fire-brick-100: #FEDCE3;
--fire-brick-200: #FEBECB;
--fire-brick-300: #FD8CA3;
--fire-brick-400: #FB5072;
--fire-brick-500: #FA1E4A;
--fire-brick-600: #DC0430;
--fire-brick-700: #AF0426;
--fire-brick-800: #7D031B;
--fire-brick-900: #500211;
--fire-brick-950: #32010B;
}