Fire Brick

#A7190C

Red

Color Codes

All color formats for development

HEX
#A7190C
RGB
rgb(167, 25, 12)
HSL
hsl(5, 87%, 35%)
OKLCH
oklch(0.468 0.177 30.1)
CMYK
cmyk(0%, 85%, 93%, 35%)

Accessibility

WCAG contrast compliance

On White Background

7.53:1

AA AAA

On Black Background

2.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF2
100
#FDE0
200
#FBC6
300
#F79A
400
#F365
500
#F039
600
#D21F
700
#A719
800
#7712
900
#4C0B
950
#3007

Shades

Darker variations

1#96160A
2#861409
3#751108
4#640F07
5#530C06
6#430A05
7#320703
8#210502
9#110201

Tints

Lighter variations

1#C61D0E
2#E52210
3#F03726
4#F25345
5#F47064
6#F68D83
7#F9A9A2
8#FBC6C1
9#FDE2E0

Tones

Muted variations

1#9F1F13
2#97251B
3#902C23
4#88322B
5#803932
6#783F3A
7#714642
8#694C4A
9#615351

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF2
#FEF2F1
BackgroundsSubtle highlightsCard backgrounds
100
FDE0
#FDE0DE
Light backgroundsTable row hoverSkeleton loading
200
FBC6
#FBC6C1
Secondary backgroundsInput backgroundsDividers
300
F79A
#F79A91
BordersInactive statesPlaceholder text
400
F365
#F36558
Disabled statesSecondary iconsMuted text
500
F039
#F03928
Primary brand colorCTAsActive elementsLinks
600
D21F
#D21F0F
Hover statesFocus ringsPrimary buttons hover
700
A719
#A7190C
Active/pressed statesDark mode accentsSecondary text
800
7712
#771208
Text on light backgroundsHeadingsStrong borders
900
4C0B
#4C0B05
Primary textHigh emphasis contentDark headings
950
3007
#300703
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF2F1;
  --fire-brick-100: #FDE0DE;
  --fire-brick-200: #FBC6C1;
  --fire-brick-300: #F79A91;
  --fire-brick-400: #F36558;
  --fire-brick-500: #F03928;
  --fire-brick-600: #D21F0F;
  --fire-brick-700: #A7190C;
  --fire-brick-800: #771208;
  --fire-brick-900: #4C0B05;
  --fire-brick-950: #300703;
}
Generate More ShadesCreate PaletteConvert Color