Fire Brick
#C71A25
RedColor Codes
All color formats for development
HEX
#C71A25RGB
rgb(199, 26, 37)HSL
hsl(356, 77%, 44%)OKLCH
oklch(0.532 0.203 25.5)CMYK
cmyk(0%, 87%, 81%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B31722
2#9F151E
3#8B121A
4#770F16
5#630D13
6#4F0A0F
7#3C080B
8#280507
9#140304
Tints
Lighter variations
1#E01D2A
2#E53541
3#E84E58
4#EB6770
5#EF8188
6#F29AA0
7#F5B3B8
8#F8CCCF
9#FCE6E7
Tones
Muted variations
1#BE222D
2#B52B34
3#AD343C
4#A43C43
5#9B454B
6#934E52
7#8A565A
8#815F61
9#796869
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F2979D | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA616A | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E53440 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71A25 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E151E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F15 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #48090E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0608 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FDF1F2;
--fire-brick-100: #FBDFE1;
--fire-brick-200: #F7C4C8;
--fire-brick-300: #F2979D;
--fire-brick-400: #EA616A;
--fire-brick-500: #E53440;
--fire-brick-600: #C71A25;
--fire-brick-700: #9E151E;
--fire-brick-800: #710F15;
--fire-brick-900: #48090E;
--fire-brick-950: #2D0608;
}