Fire Brick
#D5300B
RedColor Codes
All color formats for development
HEX
#D5300BRGB
rgb(213, 48, 11)HSL
hsl(11, 90%, 44%)OKLCH
oklch(0.57 0.205 32.9)CMYK
cmyk(0%, 77%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C02B0A
2#AB2709
3#952208
4#801D07
5#6B1806
6#551304
7#400E03
8#2B0A02
9#150501
Tints
Lighter variations
1#F0360D
2#F44C26
3#F56241
4#F6785C
5#F88F77
6#F9A592
7#FBBCAE
8#FCD2C9
9#FEE9E4
Tones
Muted variations
1#CB3715
2#C13D1F
3#B7432A
4#AD4A34
5#A3503E
6#995748
7#8E5D52
8#84635C
9#7A6A66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE3 #FDE3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCB #FCCBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A3 #F9A390 | BordersInactive statesPlaceholder text |
| 400 | F673 #F67355 | Disabled statesSecondary iconsMuted text |
| 500 | F44B #F44B25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D530 #D5300B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA26 #AA2609 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 791B #791B06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E12 #4E1204 | 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: #FEF3F0;
--fire-brick-100: #FDE3DD;
--fire-brick-200: #FCCBC0;
--fire-brick-300: #F9A390;
--fire-brick-400: #F67355;
--fire-brick-500: #F44B25;
--fire-brick-600: #D5300B;
--fire-brick-700: #AA2609;
--fire-brick-800: #791B06;
--fire-brick-900: #4E1204;
--fire-brick-950: #300B03;
}