Fire Brick
#C91818
RedColor Codes
All color formats for development
HEX
#C91818RGB
rgb(201, 24, 24)HSL
hsl(0, 79%, 44%)OKLCH
oklch(0.533 0.207 28.1)CMYK
cmyk(0%, 88%, 88%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B51515
2#A11313
3#8D1010
4#790E0E
5#640C0C
6#500909
7#3C0707
8#280505
9#140202
Tints
Lighter variations
1#E21B1B
2#E73333
3#EA4C4C
4#ED6666
5#F07F7F
6#F39999
7#F6B2B2
8#F9CCCC
9#FCE5E5
Tones
Muted variations
1#C02020
2#B72929
3#AE3232
4#A53B3B
5#9D4444
6#944D4D
7#8B5656
8#825E5E
9#796767
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F39696 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F5F | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73232 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91818 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01313 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490909 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FDF1F1;
--fire-brick-100: #FBDFDF;
--fire-brick-200: #F8C4C4;
--fire-brick-300: #F39696;
--fire-brick-400: #EC5F5F;
--fire-brick-500: #E73232;
--fire-brick-600: #C91818;
--fire-brick-700: #A01313;
--fire-brick-800: #720D0D;
--fire-brick-900: #490909;
--fire-brick-950: #2E0505;
}