Fire Brick

#D31B0D

Red

Color Codes

All color formats for development

HEX
#D31B0D
RGB
rgb(211, 27, 13)
HSL
hsl(4, 88%, 44%)
OKLCH
oklch(0.553 0.215 29.8)
CMYK
cmyk(0%, 87%, 94%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.34:1

AA AAA

On Black Background

3.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF2
100
#FDE0
200
#FBC5
300
#F898
400
#F462
500
#F135
600
#D31B
700
#A815
800
#780F
900
#4D0A
950
#3006

Shades

Darker variations

1#BE180C
2#A9150B
3#941309
4#7F1008
5#690D07
6#540B05
7#3F0804
8#2A0503
9#150301

Tints

Lighter variations

1#EE1E0F
2#F13628
3#F34F43
4#F5685E
5#F68179
6#F89A94
7#FAB3AE
8#FCCDC9
9#FDE6E4

Tones

Muted variations

1#C92317
2#BF2C21
3#B5342B
4#AB3D35
5#A2453F
6#984E49
7#8E5753
8#845F5C
9#7A6866

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF2
#FEF2F1
BackgroundsSubtle highlightsCard backgrounds
100
FDE0
#FDE0DD
Light backgroundsTable row hoverSkeleton loading
200
FBC5
#FBC5C1
Secondary backgroundsInput backgroundsDividers
300
F898
#F89891
BordersInactive statesPlaceholder text
400
F462
#F46257
Disabled statesSecondary iconsMuted text
500
F135
#F13527
Primary brand colorCTAsActive elementsLinks
600
D31B
#D31B0D
Hover statesFocus ringsPrimary buttons hover
700
A815
#A8150B
Active/pressed statesDark mode accentsSecondary text
800
780F
#780F08
Text on light backgroundsHeadingsStrong borders
900
4D0A
#4D0A05
Primary textHigh emphasis contentDark headings
950
3006
#300603
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF2F1;
  --fire-brick-100: #FDE0DD;
  --fire-brick-200: #FBC5C1;
  --fire-brick-300: #F89891;
  --fire-brick-400: #F46257;
  --fire-brick-500: #F13527;
  --fire-brick-600: #D31B0D;
  --fire-brick-700: #A8150B;
  --fire-brick-800: #780F08;
  --fire-brick-900: #4D0A05;
  --fire-brick-950: #300603;
}
Generate More ShadesCreate PaletteConvert Color