Fire Brick

#A8280B

Red

Color Codes

All color formats for development

HEX
#A8280B
RGB
rgb(168, 40, 11)
HSL
hsl(11, 88%, 35%)
OKLCH
oklch(0.481 0.168 33.3)
CMYK
cmyk(0%, 76%, 93%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.06:1

AA AAA

On Black Background

2.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF3
100
#FDE3
200
#FBCB
300
#F8A4
400
#F474
500
#F14C
600
#D332
700
#A828
800
#781C
900
#4D12
950
#300B

Shades

Darker variations

1#97240A
2#862009
3#751C07
4#651806
5#541405
6#431004
7#320C03
8#220802
9#110401

Tints

Lighter variations

1#C72F0D
2#E6360F
3#F14A25
4#F36444
5#F57E63
6#F79882
7#F9B2A2
8#FBCBC1
9#FDE5E0

Tones

Muted variations

1#A02C13
2#98311A
3#903622
4#883B2A
5#814032
6#79453A
7#714A42
8#694F4A
9#615451

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF3
#FEF3F1
BackgroundsSubtle highlightsCard backgrounds
100
FDE3
#FDE3DD
Light backgroundsTable row hoverSkeleton loading
200
FBCB
#FBCBC1
Secondary backgroundsInput backgroundsDividers
300
F8A4
#F8A491
BordersInactive statesPlaceholder text
400
F474
#F47457
Disabled statesSecondary iconsMuted text
500
F14C
#F14C27
Primary brand colorCTAsActive elementsLinks
600
D332
#D3320D
Hover statesFocus ringsPrimary buttons hover
700
A828
#A8280B
Active/pressed statesDark mode accentsSecondary text
800
781C
#781C08
Text on light backgroundsHeadingsStrong borders
900
4D12
#4D1205
Primary textHigh emphasis contentDark headings
950
300B
#300B03
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF3F1;
  --fire-brick-100: #FDE3DD;
  --fire-brick-200: #FBCBC1;
  --fire-brick-300: #F8A491;
  --fire-brick-400: #F47457;
  --fire-brick-500: #F14C27;
  --fire-brick-600: #D3320D;
  --fire-brick-700: #A8280B;
  --fire-brick-800: #781C08;
  --fire-brick-900: #4D1205;
  --fire-brick-950: #300B03;
}
Generate More ShadesCreate PaletteConvert Color