Fire Brick
#D03111
RedColor Codes
All color formats for development
HEX
#D03111RGB
rgb(208, 49, 17)HSL
hsl(10, 85%, 44%)OKLCH
oklch(0.562 0.199 32.7)CMYK
cmyk(0%, 76%, 92%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB2C0F
2#A6270D
3#91220C
4#7D1D0A
5#681808
6#531307
7#3E0F05
8#2A0A03
9#150502
Tints
Lighter variations
1#EA3713
2#EE4C2C
3#F06246
4#F27960
5#F48F7B
6#F6A695
7#F9BCB0
8#FBD2CA
9#FDE9E5
Tones
Muted variations
1#C6371A
2#BC3D24
3#B3442D
4#A94A37
5#A05041
6#96574A
7#8D5D54
8#83635D
9#7A6A67
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE3 #FCE3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FACB #FACBC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A3 #F6A392 | BordersInactive statesPlaceholder text |
| 400 | F273 #F2735A | Disabled statesSecondary iconsMuted text |
| 500 | EE4B #EE4B2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D031 #D03111 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A527 #A5270D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 761C #761C0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B12 #4B1206 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0B #2F0B04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF3F1;
--fire-brick-100: #FCE3DE;
--fire-brick-200: #FACBC2;
--fire-brick-300: #F6A392;
--fire-brick-400: #F2735A;
--fire-brick-500: #EE4B2B;
--fire-brick-600: #D03111;
--fire-brick-700: #A5270D;
--fire-brick-800: #761C0A;
--fire-brick-900: #4B1206;
--fire-brick-950: #2F0B04;
}