Fire Brick

#A80B2D

Red

Color Codes

All color formats for development

HEX
#A80B2D
RGB
rgb(168, 11, 45)
HSL
hsl(347, 88%, 35%)
OKLCH
oklch(0.467 0.182 19.4)
CMYK
cmyk(0%, 93%, 73%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.63: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#970A28
2#860924
3#75071F
4#65061B
5#540516
6#430412
7#32030D
8#220209
9#110104

Tints

Lighter variations

1#C70D35
2#E60F3D
3#F12551
4#F3446A
5#F56383
6#F7829C
7#F9A2B4
8#FBC1CD
9#FDE0E6

Tones

Muted variations

1#A01331
2#981A36
3#90223A
4#882A3F
5#813243
6#793A47
7#71424C
8#694A50
9#615155

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE4
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1CD
Secondary backgroundsInput backgroundsDividers
300
F891
#F891A7
BordersInactive statesPlaceholder text
400
F457
#F45779
Disabled statesSecondary iconsMuted text
500
F127
#F12753
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D38
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B2D
Active/pressed statesDark mode accentsSecondary text
800
7808
#780820
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0514
Primary textHigh emphasis contentDark headings
950
3003
#30030D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F4;
  --fire-brick-100: #FDDDE4;
  --fire-brick-200: #FBC1CD;
  --fire-brick-300: #F891A7;
  --fire-brick-400: #F45779;
  --fire-brick-500: #F12753;
  --fire-brick-600: #D30D38;
  --fire-brick-700: #A80B2D;
  --fire-brick-800: #780820;
  --fire-brick-900: #4D0514;
  --fire-brick-950: #30030D;
}
Generate More ShadesCreate PaletteConvert Color