Fire Brick
#D51C0B
RedColor Codes
All color formats for development
HEX
#D51C0BRGB
rgb(213, 28, 11)HSL
hsl(5, 90%, 44%)OKLCH
oklch(0.557 0.216 30.1)CMYK
cmyk(0%, 87%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C0190A
2#AB1609
3#951408
4#801107
5#6B0E06
6#550B04
7#400803
8#2B0602
9#150301
Tints
Lighter variations
1#F0200D
2#F43726
3#F55041
4#F6695C
5#F88277
6#F99B92
7#FBB4AE
8#FCCDC9
9#FEE6E4
Tones
Muted variations
1#CB2415
2#C12D1F
3#B7352A
4#AD3E34
5#A3463E
6#994F48
7#8E5752
8#845F5C
9#7A6866
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE0 #FDE0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC5 #FCC5C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F998 #F99890 | BordersInactive statesPlaceholder text |
| 400 | F663 #F66355 | Disabled statesSecondary iconsMuted text |
| 500 | F436 #F43625 | Primary brand colorCTAsActive elementsLinks |
| 600 | D51C #D51C0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA16 #AA1609 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7910 #791006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0A #4E0A04 | Primary textHigh emphasis contentDark headings |
| 950 | 3006 #300603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF2F0;
--fire-brick-100: #FDE0DD;
--fire-brick-200: #FCC5C0;
--fire-brick-300: #F99890;
--fire-brick-400: #F66355;
--fire-brick-500: #F43625;
--fire-brick-600: #D51C0B;
--fire-brick-700: #AA1609;
--fire-brick-800: #791006;
--fire-brick-900: #4E0A04;
--fire-brick-950: #300603;
}