Fire Brick

#A80B2A

Red

Color Codes

All color formats for development

HEX
#A80B2A
RGB
rgb(168, 11, 42)
HSL
hsl(348, 88%, 35%)
OKLCH
oklch(0.466 0.182 20.5)
CMYK
cmyk(0%, 93%, 75%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.65:1

AA AAA

On Black Background

2.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC1
300
#F891
400
#F457
500
#F127
600
#D30D
700
#A80B
800
#7808
900
#4D05
950
#3003

Shades

Darker variations

1#970A26
2#860922
3#75071D
4#650619
5#540515
6#430411
7#32030D
8#220208
9#110104

Tints

Lighter variations

1#C70D32
2#E60F3A
3#F1254E
4#F34467
5#F56380
6#F7829A
7#F9A2B3
8#FBC1CC
9#FDE0E6

Tones

Muted variations

1#A0132F
2#981A34
3#902238
4#882A3D
5#813242
6#793A46
7#71424B
8#694A50
9#615155

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE4
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1CC
Secondary backgroundsInput backgroundsDividers
300
F891
#F891A5
BordersInactive statesPlaceholder text
400
F457
#F45777
Disabled statesSecondary iconsMuted text
500
F127
#F12750
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D35
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B2A
Active/pressed statesDark mode accentsSecondary text
800
7808
#78081E
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0513
Primary textHigh emphasis contentDark headings
950
3003
#30030C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F3;
  --fire-brick-100: #FDDDE4;
  --fire-brick-200: #FBC1CC;
  --fire-brick-300: #F891A5;
  --fire-brick-400: #F45777;
  --fire-brick-500: #F12750;
  --fire-brick-600: #D30D35;
  --fire-brick-700: #A80B2A;
  --fire-brick-800: #78081E;
  --fire-brick-900: #4D0513;
  --fire-brick-950: #30030C;
}
Generate More ShadesCreate PaletteConvert Color