Fire Brick

#A30F0F

Red

Color Codes

All color formats for development

HEX
#A30F0F
RGB
rgb(163, 15, 15)
HSL
hsl(0, 83%, 35%)
OKLCH
oklch(0.455 0.178 28.2)
CMYK
cmyk(0%, 91%, 91%, 36%)

Accessibility

WCAG contrast compliance

On White Background

7.98:1

AA AAA

On Black Background

2.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FCDE
200
#F9C2
300
#F594
400
#F05C
500
#EB2D
600
#CD13
700
#A30F
800
#750B
900
#4B07
950
#2F04

Shades

Darker variations

1#930E0E
2#830C0C
3#720B0B
4#620909
5#520808
6#410606
7#310505
8#210303
9#100202

Tints

Lighter variations

1#C21212
2#E01515
3#EB2B2B
4#EE4949
5#F16767
6#F48686
7#F7A4A4
8#F9C2C2
9#FCE1E1

Tones

Muted variations

1#9C1717
2#951E1E
3#8D2525
4#862D2D
5#7E3434
6#773C3C
7#6F4343
8#684A4A
9#615252

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F1
BackgroundsSubtle highlightsCard backgrounds
100
FCDE
#FCDEDE
Light backgroundsTable row hoverSkeleton loading
200
F9C2
#F9C2C2
Secondary backgroundsInput backgroundsDividers
300
F594
#F59494
BordersInactive statesPlaceholder text
400
F05C
#F05C5C
Disabled statesSecondary iconsMuted text
500
EB2D
#EB2D2D
Primary brand colorCTAsActive elementsLinks
600
CD13
#CD1313
Hover statesFocus ringsPrimary buttons hover
700
A30F
#A30F0F
Active/pressed statesDark mode accentsSecondary text
800
750B
#750B0B
Text on light backgroundsHeadingsStrong borders
900
4B07
#4B0707
Primary textHigh emphasis contentDark headings
950
2F04
#2F0404
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F1;
  --fire-brick-100: #FCDEDE;
  --fire-brick-200: #F9C2C2;
  --fire-brick-300: #F59494;
  --fire-brick-400: #F05C5C;
  --fire-brick-500: #EB2D2D;
  --fire-brick-600: #CD1313;
  --fire-brick-700: #A30F0F;
  --fire-brick-800: #750B0B;
  --fire-brick-900: #4B0707;
  --fire-brick-950: #2F0404;
}
Generate More ShadesCreate PaletteConvert Color