Fire Brick

#A11217

Red

Color Codes

All color formats for development

HEX
#A11217
RGB
rgb(161, 18, 23)
HSL
hsl(358, 80%, 35%)
OKLCH
oklch(0.453 0.174 26.8)
CMYK
cmyk(0%, 89%, 86%, 37%)

Accessibility

WCAG contrast compliance

On White Background

8.03: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
#FDF1
100
#FBDF
200
#F8C3
300
#F395
400
#ED5E
500
#E830
600
#CA16
700
#A112
800
#730D
900
#4908
950
#2E05

Shades

Darker variations

1#911014
2#810E12
3#700C10
4#600B0E
5#50090B
6#400709
7#300507
8#200405
9#100202

Tints

Lighter variations

1#BE151B
2#DC181F
3#E82E34
4#EB4C51
5#EE6A6E
6#F2888B
7#F5A5A8
8#F8C3C5
9#FCE1E2

Tones

Muted variations

1#9A191D
2#922024
3#8B272B
4#842E31
5#7D3638
6#763D3F
7#6F4445
8#684B4C
9#605253

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFE0
Light backgroundsTable row hoverSkeleton loading
200
F8C3
#F8C3C5
Secondary backgroundsInput backgroundsDividers
300
F395
#F39599
BordersInactive statesPlaceholder text
400
ED5E
#ED5E63
Disabled statesSecondary iconsMuted text
500
E830
#E83037
Primary brand colorCTAsActive elementsLinks
600
CA16
#CA161C
Hover statesFocus ringsPrimary buttons hover
700
A112
#A11217
Active/pressed statesDark mode accentsSecondary text
800
730D
#730D10
Text on light backgroundsHeadingsStrong borders
900
4908
#49080A
Primary textHigh emphasis contentDark headings
950
2E05
#2E0506
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FDF1F2;
  --fire-brick-100: #FBDFE0;
  --fire-brick-200: #F8C3C5;
  --fire-brick-300: #F39599;
  --fire-brick-400: #ED5E63;
  --fire-brick-500: #E83037;
  --fire-brick-600: #CA161C;
  --fire-brick-700: #A11217;
  --fire-brick-800: #730D10;
  --fire-brick-900: #49080A;
  --fire-brick-950: #2E0506;
}
Generate More ShadesCreate PaletteConvert Color