Fire Brick

#A3280F

Red

Color Codes

All color formats for development

HEX
#A3280F
RGB
rgb(163, 40, 15)
HSL
hsl(10, 83%, 35%)
OKLCH
oklch(0.472 0.163 32.9)
CMYK
cmyk(0%, 75%, 91%, 36%)

Accessibility

WCAG contrast compliance

On White Background

7.32:1

AA AAA

On Black Background

2.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF3
100
#FCE3
200
#F9CC
300
#F5A4
400
#F074
500
#EB4D
600
#CD32
700
#A328
800
#751C
900
#4B12
950
#2F0B

Shades

Darker variations

1#93240E
2#83200C
3#721C0B
4#621809
5#521408
6#411006
7#310C05
8#210803
9#100402

Tints

Lighter variations

1#C22F12
2#E03715
3#EB4B2B
4#EE6549
5#F17E67
6#F49886
7#F7B2A4
8#F9CCC2
9#FCE5E1

Tones

Muted variations

1#9C2D17
2#95321E
3#8D3725
4#863C2D
5#7E4134
6#77453C
7#6F4A43
8#684F4A
9#615452

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF3
#FEF3F1
BackgroundsSubtle highlightsCard backgrounds
100
FCE3
#FCE3DE
Light backgroundsTable row hoverSkeleton loading
200
F9CC
#F9CCC2
Secondary backgroundsInput backgroundsDividers
300
F5A4
#F5A494
BordersInactive statesPlaceholder text
400
F074
#F0745C
Disabled statesSecondary iconsMuted text
500
EB4D
#EB4D2D
Primary brand colorCTAsActive elementsLinks
600
CD32
#CD3213
Hover statesFocus ringsPrimary buttons hover
700
A328
#A3280F
Active/pressed statesDark mode accentsSecondary text
800
751C
#751C0B
Text on light backgroundsHeadingsStrong borders
900
4B12
#4B1207
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: #F9CCC2;
  --fire-brick-300: #F5A494;
  --fire-brick-400: #F0745C;
  --fire-brick-500: #EB4D2D;
  --fire-brick-600: #CD3213;
  --fire-brick-700: #A3280F;
  --fire-brick-800: #751C0B;
  --fire-brick-900: #4B1207;
  --fire-brick-950: #2F0B04;
}
Generate More ShadesCreate PaletteConvert Color