Fire Brick

#A82A0B

Red

Color Codes

All color formats for development

HEX
#A82A0B
RGB
rgb(168, 42, 11)
HSL
hsl(12, 88%, 35%)
OKLCH
oklch(0.483 0.167 33.8)
CMYK
cmyk(0%, 75%, 93%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.00:1

AA AAA

On Black Background

3.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF3
100
#FDE4
200
#FBCC
300
#F8A5
400
#F477
500
#F150
600
#D335
700
#A82A
800
#781E
900
#4D13
950
#300C

Shades

Darker variations

1#97260A
2#862209
3#751D07
4#651906
5#541505
6#431104
7#320D03
8#220802
9#110401

Tints

Lighter variations

1#C7320D
2#E63A0F
3#F14E25
4#F36744
5#F58063
6#F79A82
7#F9B3A2
8#FBCCC1
9#FDE6E0

Tones

Muted variations

1#A02F13
2#98341A
3#903822
4#883D2A
5#814232
6#79463A
7#714B42
8#69504A
9#615551

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF3
#FEF3F1
BackgroundsSubtle highlightsCard backgrounds
100
FDE4
#FDE4DD
Light backgroundsTable row hoverSkeleton loading
200
FBCC
#FBCCC1
Secondary backgroundsInput backgroundsDividers
300
F8A5
#F8A591
BordersInactive statesPlaceholder text
400
F477
#F47757
Disabled statesSecondary iconsMuted text
500
F150
#F15027
Primary brand colorCTAsActive elementsLinks
600
D335
#D3350D
Hover statesFocus ringsPrimary buttons hover
700
A82A
#A82A0B
Active/pressed statesDark mode accentsSecondary text
800
781E
#781E08
Text on light backgroundsHeadingsStrong borders
900
4D13
#4D1305
Primary textHigh emphasis contentDark headings
950
300C
#300C03
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF3F1;
  --fire-brick-100: #FDE4DD;
  --fire-brick-200: #FBCCC1;
  --fire-brick-300: #F8A591;
  --fire-brick-400: #F47757;
  --fire-brick-500: #F15027;
  --fire-brick-600: #D3350D;
  --fire-brick-700: #A82A0B;
  --fire-brick-800: #781E08;
  --fire-brick-900: #4D1305;
  --fire-brick-950: #300C03;
}
Generate More ShadesCreate PaletteConvert Color