Fire Brick
#D4310C
RedColor Codes
All color formats for development
HEX
#D4310CRGB
rgb(212, 49, 12)HSL
hsl(11, 89%, 44%)OKLCH
oklch(0.569 0.203 33)CMYK
cmyk(0%, 77%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BF2C0B
2#AA270A
3#942209
4#7F1D07
5#6A1806
6#551405
7#400F04
8#2A0A02
9#150501
Tints
Lighter variations
1#EF370E
2#F24C27
3#F46342
4#F6795D
5#F78F78
6#F9A693
7#FABCAE
8#FCD2C9
9#FDE9E4
Tones
Muted variations
1#CA3716
2#C03E20
3#B6442A
4#AC4A34
5#A2513E
6#985748
7#8E5D52
8#84645C
9#7A6A66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE3 #FDE3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCB #FBCBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A3 #F9A390 | BordersInactive statesPlaceholder text |
| 400 | F573 #F57356 | Disabled statesSecondary iconsMuted text |
| 500 | F24C #F24C26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D431 #D4310C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A927 #A9270A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 781C #781C07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D12 #4D1204 | Primary textHigh emphasis contentDark headings |
| 950 | 300B #300B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF3F1;
--fire-brick-100: #FDE3DD;
--fire-brick-200: #FBCBC0;
--fire-brick-300: #F9A390;
--fire-brick-400: #F57356;
--fire-brick-500: #F24C26;
--fire-brick-600: #D4310C;
--fire-brick-700: #A9270A;
--fire-brick-800: #781C07;
--fire-brick-900: #4D1204;
--fire-brick-950: #300B03;
}