Fire Brick
#AA0826
RedColor Codes
All color formats for development
HEX
#AA0826RGB
rgb(170, 8, 38)HSL
hsl(349, 91%, 35%)OKLCH
oklch(0.469 0.185 21.9)CMYK
cmyk(0%, 95%, 78%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#990722
2#88061E
3#77061A
4#660517
5#550413
6#44030F
7#33020B
8#220208
9#110104
Tints
Lighter variations
1#CA0A2D
2#EA0B34
3#F52148
4#F64162
5#F8617C
6#F98096
7#FBA0B1
8#FCC0CB
9#FEDFE5
Tones
Muted variations
1#A2102B
2#9A1830
3#922035
4#8A293A
5#823140
6#7A3945
7#72414A
8#69494F
9#615154
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0CB | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8FA3 | BordersInactive statesPlaceholder text |
| 400 | F755 #F75572 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F5244A | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A30 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA0826 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A061B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0411 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF0F3;
--fire-brick-100: #FDDDE3;
--fire-brick-200: #FCC0CB;
--fire-brick-300: #FA8FA3;
--fire-brick-400: #F75572;
--fire-brick-500: #F5244A;
--fire-brick-600: #D60A30;
--fire-brick-700: #AA0826;
--fire-brick-800: #7A061B;
--fire-brick-900: #4E0411;
--fire-brick-950: #31020B;
}