Fire Brick
#A9270A
RedColor Codes
All color formats for development
HEX
#A9270ARGB
rgb(169, 39, 10)HSL
hsl(11, 89%, 35%)OKLCH
oklch(0.482 0.17 33.2)CMYK
cmyk(0%, 77%, 94%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#982309
2#871F08
3#761B07
4#651706
5#541305
6#431004
7#330C03
8#220802
9#110401
Tints
Lighter variations
1#C82E0C
2#E7350D
3#F24A24
4#F46343
5#F67D62
6#F89782
7#FAB1A1
8#FBCBC0
9#FDE5E0
Tones
Muted variations
1#A12C12
2#99311A
3#913622
4#893B2A
5#814032
6#794539
7#714A41
8#694F49
9#615451
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE3 #FDE3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCB #FBCBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A3 #F9A390 | BordersInactive statesPlaceholder text |
| 400 | F573 #F57356 | Disabled statesSecondary iconsMuted text |
| 500 | F24C #F24C26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D431 #D4310C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A927 #A9270A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 781C #781C07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D12 #4D1204 | Primary textHigh emphasis contentDark headings |
| 950 | 300B #300B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF3F1;
--fire-brick-100: #FDE3DD;
--fire-brick-200: #FBCBC0;
--fire-brick-300: #F9A390;
--fire-brick-400: #F57356;
--fire-brick-500: #F24C26;
--fire-brick-600: #D4310C;
--fire-brick-700: #A9270A;
--fire-brick-800: #781C07;
--fire-brick-900: #4D1204;
--fire-brick-950: #300B03;
}