Fire Brick

#A80B22

Red

Color Codes

All color formats for development

HEX
#A80B22
RGB
rgb(168, 11, 34)
HSL
hsl(351, 88%, 35%)
OKLCH
oklch(0.465 0.183 23.3)
CMYK
cmyk(0%, 93%, 80%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.68:1

AA AAA

On Black Background

2.74: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#970A1F
2#86091B
3#750718
4#650615
5#540511
6#43040E
7#32030A
8#220207
9#110103

Tints

Lighter variations

1#C70D29
2#E60F2F
3#F12544
4#F3445E
5#F56379
6#F78294
7#F9A2AF
8#FBC1C9
9#FDE0E4

Tones

Muted variations

1#A01328
2#981A2D
3#902233
4#882A38
5#81323E
6#793A43
7#714249
8#694A4E
9#615154

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE2
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1C9
Secondary backgroundsInput backgroundsDividers
300
F891
#F891A0
BordersInactive statesPlaceholder text
400
F457
#F4576F
Disabled statesSecondary iconsMuted text
500
F127
#F12746
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D2B
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B22
Active/pressed statesDark mode accentsSecondary text
800
7808
#780818
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0510
Primary textHigh emphasis contentDark headings
950
3003
#30030A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F3;
  --fire-brick-100: #FDDDE2;
  --fire-brick-200: #FBC1C9;
  --fire-brick-300: #F891A0;
  --fire-brick-400: #F4576F;
  --fire-brick-500: #F12746;
  --fire-brick-600: #D30D2B;
  --fire-brick-700: #A80B22;
  --fire-brick-800: #780818;
  --fire-brick-900: #4D0510;
  --fire-brick-950: #30030A;
}
Generate More ShadesCreate PaletteConvert Color