Fire Brick

#C51B2F

Red

Color Codes

All color formats for development

HEX
#C51B2F
RGB
rgb(197, 27, 47)
HSL
hsl(353, 76%, 44%)
OKLCH
oklch(0.529 0.2 22.8)
CMYK
cmyk(0%, 86%, 76%, 23%)

Accessibility

WCAG contrast compliance

On White Background

5.88:1

AA AAA

On Black Background

3.57: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#B2182A
2#9E1625
3#8A1321
4#76101C
5#630D17
6#4F0B13
7#3B080E
8#270509
9#140305

Tints

Lighter variations

1#DF1E35
2#E4364A
3#E74F61
4#EA6877
5#EE818E
6#F19AA5
7#F5B4BB
8#F8CDD2
9#FCE6E8

Tones

Muted variations

1#BD2335
2#B42C3C
3#AC3542
4#A33D49
5#9B4650
6#924E56
7#8A575D
8#815F63
9#79686A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F3
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0E3
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5CB
Secondary backgroundsInput backgroundsDividers
300
F198
#F198A2
BordersInactive statesPlaceholder text
400
EA62
#EA6272
Disabled statesSecondary iconsMuted text
500
E335
#E33549
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51B2F
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D1525
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F1B
Text on light backgroundsHeadingsStrong borders
900
480A
#480A11
Primary textHigh emphasis contentDark headings
950
2D06
#2D060B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FDF2F3;
  --fire-brick-100: #FBE0E3;
  --fire-brick-200: #F7C5CB;
  --fire-brick-300: #F198A2;
  --fire-brick-400: #EA6272;
  --fire-brick-500: #E33549;
  --fire-brick-600: #C51B2F;
  --fire-brick-700: #9D1525;
  --fire-brick-800: #700F1B;
  --fire-brick-900: #480A11;
  --fire-brick-950: #2D060B;
}
Generate More ShadesCreate PaletteConvert Color