Fire Brick
#D21F0F
RedColor Codes
All color formats for development
HEX
#D21F0FRGB
rgb(210, 31, 15)HSL
hsl(5, 87%, 44%)OKLCH
oklch(0.553 0.212 30.1)CMYK
cmyk(0%, 85%, 93%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD1C0D
2#A8190C
3#93160A
4#7E1309
5#690F07
6#540C06
7#3F0904
8#2A0603
9#150301
Tints
Lighter variations
1#ED2310
2#F03A29
3#F25344
4#F46B5F
5#F68479
6#F89C94
7#F9B5AF
8#FBCECA
9#FDE6E4
Tones
Muted variations
1#C82718
2#BE2F22
3#B5372C
4#AB3F36
5#A1483F
6#975049
7#8D5853
8#84605D
9#7A6866
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE0 #FDE0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC6 #FBC6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F79A #F79A91 | BordersInactive statesPlaceholder text |
| 400 | F365 #F36558 | Disabled statesSecondary iconsMuted text |
| 500 | F039 #F03928 | Primary brand colorCTAsActive elementsLinks |
| 600 | D21F #D21F0F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A719 #A7190C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7712 #771208 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C0B #4C0B05 | Primary textHigh emphasis contentDark headings |
| 950 | 3007 #300703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF2F1;
--fire-brick-100: #FDE0DE;
--fire-brick-200: #FBC6C1;
--fire-brick-300: #F79A91;
--fire-brick-400: #F36558;
--fire-brick-500: #F03928;
--fire-brick-600: #D21F0F;
--fire-brick-700: #A7190C;
--fire-brick-800: #771208;
--fire-brick-900: #4C0B05;
--fire-brick-950: #300703;
}