Fire Brick
#AB2307
RedColor Codes
All color formats for development
HEX
#AB2307RGB
rgb(171, 35, 7)HSL
hsl(10, 92%, 35%)OKLCH
oklch(0.483 0.175 32.5)CMYK
cmyk(0%, 80%, 96%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A1F06
2#891C06
3#781805
4#671504
5#561104
6#450E03
7#330A02
8#220701
9#110301
Tints
Lighter variations
1#CB2908
2#EB2F0A
3#F64420
4#F75F40
5#F87960
6#FA9480
7#FBAFA0
8#FCCABF
9#FEE4DF
Tones
Muted variations
1#A3280F
2#9B2D18
3#933320
4#8B3828
5#823E30
6#7A4338
7#724941
8#6A4E49
9#615451
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE2 #FEE2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCA #FCCABF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA0 #FAA08E | BordersInactive statesPlaceholder text |
| 400 | F86F #F86F54 | Disabled statesSecondary iconsMuted text |
| 500 | F646 #F64623 | Primary brand colorCTAsActive elementsLinks |
| 600 | D72B #D72B09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB23 #AB2307 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A19 #7A1905 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E10 #4E1003 | Primary textHigh emphasis contentDark headings |
| 950 | 310A #310A02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF3F0;
--fire-brick-100: #FEE2DD;
--fire-brick-200: #FCCABF;
--fire-brick-300: #FAA08E;
--fire-brick-400: #F86F54;
--fire-brick-500: #F64623;
--fire-brick-600: #D72B09;
--fire-brick-700: #AB2307;
--fire-brick-800: #7A1905;
--fire-brick-900: #4E1003;
--fire-brick-950: #310A02;
}