Fire Brick

#C52F1B

Red

Color Codes

All color formats for development

HEX
#C52F1B
RGB
rgb(197, 47, 27)
HSL
hsl(7, 76%, 44%)
OKLCH
oklch(0.541 0.189 31.1)
CMYK
cmyk(0%, 76%, 86%, 23%)

Accessibility

WCAG contrast compliance

On White Background

5.53:1

AA AAA

On Black Background

3.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF3
100
#FBE3
200
#F7CB
300
#F1A2
400
#EA72
500
#E349
600
#C52F
700
#9D25
800
#701B
900
#4811
950
#2D0B

Shades

Darker variations

1#B22A18
2#9E2516
3#8A2113
4#761C10
5#63170D
6#4F130B
7#3B0E08
8#270905
9#140503

Tints

Lighter variations

1#DF351E
2#E44A36
3#E7614F
4#EA7768
5#EE8E81
6#F1A59A
7#F5BBB4
8#F8D2CD
9#FCE8E6

Tones

Muted variations

1#BD3523
2#B43C2C
3#AC4235
4#A3493D
5#9B5046
6#92564E
7#8A5D57
8#81635F
9#796A68

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF3
#FDF3F2
BackgroundsSubtle highlightsCard backgrounds
100
FBE3
#FBE3E0
Light backgroundsTable row hoverSkeleton loading
200
F7CB
#F7CBC5
Secondary backgroundsInput backgroundsDividers
300
F1A2
#F1A298
BordersInactive statesPlaceholder text
400
EA72
#EA7262
Disabled statesSecondary iconsMuted text
500
E349
#E34935
Primary brand colorCTAsActive elementsLinks
600
C52F
#C52F1B
Hover statesFocus ringsPrimary buttons hover
700
9D25
#9D2515
Active/pressed statesDark mode accentsSecondary text
800
701B
#701B0F
Text on light backgroundsHeadingsStrong borders
900
4811
#48110A
Primary textHigh emphasis contentDark headings
950
2D0B
#2D0B06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FDF3F2;
  --fire-brick-100: #FBE3E0;
  --fire-brick-200: #F7CBC5;
  --fire-brick-300: #F1A298;
  --fire-brick-400: #EA7262;
  --fire-brick-500: #E34935;
  --fire-brick-600: #C52F1B;
  --fire-brick-700: #9D2515;
  --fire-brick-800: #701B0F;
  --fire-brick-900: #48110A;
  --fire-brick-950: #2D0B06;
}
Generate More ShadesCreate PaletteConvert Color