Fire Brick

#9D1C15

Red

Color Codes

All color formats for development

HEX
#9D1C15
RGB
rgb(157, 28, 21)
HSL
hsl(3, 76%, 35%)
OKLCH
oklch(0.452 0.165 28.9)
CMYK
cmyk(0%, 82%, 87%, 38%)

Accessibility

WCAG contrast compliance

On White Background

8.04:1

AA AAA

On Black Background

2.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE1
200
#F7C7
300
#F19C
400
#EA69
500
#E33E
600
#C523
700
#9D1C
800
#7014
900
#480D
950
#2D08

Shades

Darker variations

1#8D1913
2#7E1711
3#6E140F
4#5E110D
5#4F0E0B
6#3F0B09
7#2F0806
8#1F0604
9#100302

Tints

Lighter variations

1#BA2119
2#D7271D
3#E33C33
4#E75850
5#EB736D
6#EF8F8A
7#F3ABA7
8#F7C7C5
9#FBE3E2

Tones

Muted variations

1#96221C
2#902823
3#892F2A
4#823531
5#7B3B37
6#74413E
7#6E4745
8#674D4C
9#605352

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F2
BackgroundsSubtle highlightsCard backgrounds
100
FBE1
#FBE1E0
Light backgroundsTable row hoverSkeleton loading
200
F7C7
#F7C7C5
Secondary backgroundsInput backgroundsDividers
300
F19C
#F19C98
BordersInactive statesPlaceholder text
400
EA69
#EA6962
Disabled statesSecondary iconsMuted text
500
E33E
#E33E35
Primary brand colorCTAsActive elementsLinks
600
C523
#C5231B
Hover statesFocus ringsPrimary buttons hover
700
9D1C
#9D1C15
Active/pressed statesDark mode accentsSecondary text
800
7014
#70140F
Text on light backgroundsHeadingsStrong borders
900
480D
#480D0A
Primary textHigh emphasis contentDark headings
950
2D08
#2D0806
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FDF2F2;
  --fire-brick-100: #FBE1E0;
  --fire-brick-200: #F7C7C5;
  --fire-brick-300: #F19C98;
  --fire-brick-400: #EA6962;
  --fire-brick-500: #E33E35;
  --fire-brick-600: #C5231B;
  --fire-brick-700: #9D1C15;
  --fire-brick-800: #70140F;
  --fire-brick-900: #480D0A;
  --fire-brick-950: #2D0806;
}
Generate More ShadesCreate PaletteConvert Color