Fire Brick
#D6220A
RedColor Codes
All color formats for development
HEX
#D6220ARGB
rgb(214, 34, 10)HSL
hsl(7, 91%, 44%)OKLCH
oklch(0.562 0.214 30.8)CMYK
cmyk(0%, 84%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C11F09
2#AB1B08
3#961807
4#811406
5#6B1105
6#560E04
7#400A03
8#2B0702
9#150301
Tints
Lighter variations
1#F2260B
2#F53D25
3#F65540
4#F76E5B
5#F98677
6#FA9E92
7#FBB6AD
8#FCCFC8
9#FEE7E4
Tones
Muted variations
1#CC2A14
2#C2321F
3#B83929
4#AD4133
5#A3493D
6#995147
7#8F5952
8#85615C
9#7A6866
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE1 #FDE1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC7 #FCC7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA9B #FA9B8F | BordersInactive statesPlaceholder text |
| 400 | F767 #F76755 | Disabled statesSecondary iconsMuted text |
| 500 | F53C #F53C24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D622 #D6220A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA1B #AA1B08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A13 #7A1306 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0C #4E0C04 | Primary textHigh emphasis contentDark headings |
| 950 | 3108 #310802 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF2F0;
--fire-brick-100: #FDE1DD;
--fire-brick-200: #FCC7C0;
--fire-brick-300: #FA9B8F;
--fire-brick-400: #F76755;
--fire-brick-500: #F53C24;
--fire-brick-600: #D6220A;
--fire-brick-700: #AA1B08;
--fire-brick-800: #7A1306;
--fire-brick-900: #4E0C04;
--fire-brick-950: #310802;
}