Fire Brick

#C51B21

Red

Color Codes

All color formats for development

HEX
#C51B21
RGB
rgb(197, 27, 33)
HSL
hsl(358, 76%, 44%)
OKLCH
oklch(0.528 0.201 26.5)
CMYK
cmyk(0%, 86%, 83%, 23%)

Accessibility

WCAG contrast compliance

On White Background

5.91:1

AA AAA

On Black Background

3.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE0
200
#F7C5
300
#F198
400
#EA62
500
#E335
600
#C51B
700
#9D15
800
#700F
900
#480A
950
#2D06

Shades

Darker variations

1#B2181D
2#9E161A
3#8A1317
4#761014
5#630D10
6#4F0B0D
7#3B080A
8#270507
9#140303

Tints

Lighter variations

1#DF1E25
2#E4363C
3#E74F54
4#EA686D
5#EE8185
6#F19A9D
7#F5B4B6
8#F8CDCE
9#FCE6E7

Tones

Muted variations

1#BD2329
2#B42C31
3#AC3538
4#A33D40
5#9B4648
6#924E50
7#8A5758
8#815F60
9#796868

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F2
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0E0
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5C6
Secondary backgroundsInput backgroundsDividers
300
F198
#F1989B
BordersInactive statesPlaceholder text
400
EA62
#EA6266
Disabled statesSecondary iconsMuted text
500
E335
#E3353B
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51B21
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D151A
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F13
Text on light backgroundsHeadingsStrong borders
900
480A
#480A0C
Primary textHigh emphasis contentDark headings
950
2D06
#2D0607
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FDF2F2;
  --fire-brick-100: #FBE0E0;
  --fire-brick-200: #F7C5C6;
  --fire-brick-300: #F1989B;
  --fire-brick-400: #EA6266;
  --fire-brick-500: #E3353B;
  --fire-brick-600: #C51B21;
  --fire-brick-700: #9D151A;
  --fire-brick-800: #700F13;
  --fire-brick-900: #480A0C;
  --fire-brick-950: #2D0607;
}
Generate More ShadesCreate PaletteConvert Color