Fire Brick

#A3120F

Red

Color Codes

All color formats for development

HEX
#A3120F
RGB
rgb(163, 18, 15)
HSL
hsl(1, 83%, 35%)
OKLCH
oklch(0.457 0.177 28.6)
CMYK
cmyk(0%, 89%, 91%, 36%)

Accessibility

WCAG contrast compliance

On White Background

7.92:1

AA AAA

On Black Background

2.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FCDF
200
#F9C3
300
#F595
400
#F05E
500
#EB30
600
#CD16
700
#A312
800
#750D
900
#4B08
950
#2F05

Shades

Darker variations

1#93100E
2#830E0C
3#720C0B
4#620B09
5#520908
6#410706
7#310505
8#210403
9#100202

Tints

Lighter variations

1#C21512
2#E01815
3#EB2E2B
4#EE4C49
5#F16A67
6#F48886
7#F7A5A4
8#F9C3C2
9#FCE1E1

Tones

Muted variations

1#9C1917
2#95201E
3#8D2725
4#862E2D
5#7E3534
6#773D3C
7#6F4443
8#684B4A
9#615252

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F1
BackgroundsSubtle highlightsCard backgrounds
100
FCDF
#FCDFDE
Light backgroundsTable row hoverSkeleton loading
200
F9C3
#F9C3C2
Secondary backgroundsInput backgroundsDividers
300
F595
#F59594
BordersInactive statesPlaceholder text
400
F05E
#F05E5C
Disabled statesSecondary iconsMuted text
500
EB30
#EB302D
Primary brand colorCTAsActive elementsLinks
600
CD16
#CD1613
Hover statesFocus ringsPrimary buttons hover
700
A312
#A3120F
Active/pressed statesDark mode accentsSecondary text
800
750D
#750D0B
Text on light backgroundsHeadingsStrong borders
900
4B08
#4B0807
Primary textHigh emphasis contentDark headings
950
2F05
#2F0504
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F1;
  --fire-brick-100: #FCDFDE;
  --fire-brick-200: #F9C3C2;
  --fire-brick-300: #F59594;
  --fire-brick-400: #F05E5C;
  --fire-brick-500: #EB302D;
  --fire-brick-600: #CD1613;
  --fire-brick-700: #A3120F;
  --fire-brick-800: #750D0B;
  --fire-brick-900: #4B0807;
  --fire-brick-950: #2F0504;
}
Generate More ShadesCreate PaletteConvert Color