Fire Brick
#D20F0F
RedColor Codes
All color formats for development
HEX
#D20F0FRGB
rgb(210, 15, 15)HSL
hsl(0, 87%, 44%)OKLCH
oklch(0.547 0.218 28.6)CMYK
cmyk(0%, 93%, 93%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD0D0D
2#A80C0C
3#930A0A
4#7E0909
5#690707
6#540606
7#3F0404
8#2A0303
9#150101
Tints
Lighter variations
1#ED1010
2#F02929
3#F24444
4#F45F5F
5#F67979
6#F89494
7#F9AFAF
8#FBCACA
9#FDE4E4
Tones
Muted variations
1#C81818
2#BE2222
3#B52C2C
4#AB3636
5#A13F3F
6#974949
7#8D5353
8#845D5D
9#7A6666
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F79191 | BordersInactive statesPlaceholder text |
| 400 | F358 #F35858 | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F02828 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F0F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C0C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C0505 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F1;
--fire-brick-100: #FDDEDE;
--fire-brick-200: #FBC1C1;
--fire-brick-300: #F79191;
--fire-brick-400: #F35858;
--fire-brick-500: #F02828;
--fire-brick-600: #D20F0F;
--fire-brick-700: #A70C0C;
--fire-brick-800: #770808;
--fire-brick-900: #4C0505;
--fire-brick-950: #300303;
}