Fire Brick

#D6300A

Red

Color Codes

All color formats for development

HEX
#D6300A
RGB
rgb(214, 48, 10)
HSL
hsl(11, 91%, 44%)
OKLCH
oklch(0.572 0.206 32.9)
CMYK
cmyk(0%, 78%, 95%, 16%)

Accessibility

WCAG contrast compliance

On White Background

4.90:1

AA AAA

On Black Background

4.29: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#C12B09
2#AB2608
3#962107
4#811D06
5#6B1805
6#561304
7#400E03
8#2B0A02
9#150501

Tints

Lighter variations

1#F2360B
2#F54B25
3#F66140
4#F7785B
5#F98E77
6#FAA592
7#FBBBAD
8#FCD2C8
9#FEE8E4

Tones

Muted variations

1#CC3614
2#C23C1F
3#B84329
4#AD4933
5#A3503D
6#995647
7#8F5D52
8#85635C
9#7A6A66

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