Fire Brick

#AA2608

Red

Color Codes

All color formats for development

HEX
#AA2608
RGB
rgb(170, 38, 8)
HSL
hsl(11, 91%, 35%)
OKLCH
oklch(0.483 0.172 33.1)
CMYK
cmyk(0%, 78%, 95%, 33%)

Accessibility

WCAG contrast compliance

On White Background

7.02:1

AA AAA

On Black Background

2.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF3
100
#FDE3
200
#FCCB
300
#FAA3
400
#F772
500
#F54A
600
#D630
700
#AA26
800
#7A1B
900
#4E11
950
#310B

Shades

Darker variations

1#992207
2#881E06
3#771A06
4#661705
5#551304
6#440F03
7#330B02
8#220802
9#110401

Tints

Lighter variations

1#CA2D0A
2#EA340B
3#F54821
4#F66241
5#F87C61
6#F99680
7#FBB1A0
8#FCCBC0
9#FEE5DF

Tones

Muted variations

1#A22B10
2#9A3018
3#923520
4#8A3A29
5#824031
6#7A4539
7#724A41
8#694F49
9#615451

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF3
#FEF3F0
BackgroundsSubtle highlightsCard backgrounds
100
FDE3
#FDE3DD
Light backgroundsTable row hoverSkeleton loading
200
FCCB
#FCCBC0
Secondary backgroundsInput backgroundsDividers
300
FAA3
#FAA38F
BordersInactive statesPlaceholder text
400
F772
#F77255
Disabled statesSecondary iconsMuted text
500
F54A
#F54A24
Primary brand colorCTAsActive elementsLinks
600
D630
#D6300A
Hover statesFocus ringsPrimary buttons hover
700
AA26
#AA2608
Active/pressed statesDark mode accentsSecondary text
800
7A1B
#7A1B06
Text on light backgroundsHeadingsStrong borders
900
4E11
#4E1104
Primary textHigh emphasis contentDark headings
950
310B
#310B02
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF3F0;
  --fire-brick-100: #FDE3DD;
  --fire-brick-200: #FCCBC0;
  --fire-brick-300: #FAA38F;
  --fire-brick-400: #F77255;
  --fire-brick-500: #F54A24;
  --fire-brick-600: #D6300A;
  --fire-brick-700: #AA2608;
  --fire-brick-800: #7A1B06;
  --fire-brick-900: #4E1104;
  --fire-brick-950: #310B02;
}
Generate More ShadesCreate PaletteConvert Color