Fire Brick

#D4270C

Red

Color Codes

All color formats for development

HEX
#D4270C
RGB
rgb(212, 39, 12)
HSL
hsl(8, 89%, 44%)
OKLCH
oklch(0.562 0.21 31.4)
CMYK
cmyk(0%, 82%, 94%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.13:1

AA AAA

On Black Background

4.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF2
100
#FDE1
200
#FBC8
300
#F99E
400
#F56B
500
#F241
600
#D427
700
#A91F
800
#7816
900
#4D0E
950
#3009

Shades

Darker variations

1#BF230B
2#AA1F0A
3#941B09
4#7F1707
5#6A1306
6#551005
7#400C04
8#2A0802
9#150401

Tints

Lighter variations

1#EF2C0E
2#F24227
3#F45A42
4#F6715D
5#F78978
6#F9A193
7#FAB8AE
8#FCD0C9
9#FDE7E4

Tones

Muted variations

1#CA2E16
2#C03620
3#B63D2A
4#AC4434
5#A24C3E
6#985348
7#8E5A52
8#84625C
9#7A6966

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF2
#FEF2F1
BackgroundsSubtle highlightsCard backgrounds
100
FDE1
#FDE1DD
Light backgroundsTable row hoverSkeleton loading
200
FBC8
#FBC8C0
Secondary backgroundsInput backgroundsDividers
300
F99E
#F99E90
BordersInactive statesPlaceholder text
400
F56B
#F56B56
Disabled statesSecondary iconsMuted text
500
F241
#F24126
Primary brand colorCTAsActive elementsLinks
600
D427
#D4270C
Hover statesFocus ringsPrimary buttons hover
700
A91F
#A91F0A
Active/pressed statesDark mode accentsSecondary text
800
7816
#781607
Text on light backgroundsHeadingsStrong borders
900
4D0E
#4D0E04
Primary textHigh emphasis contentDark headings
950
3009
#300903
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF2F1;
  --fire-brick-100: #FDE1DD;
  --fire-brick-200: #FBC8C0;
  --fire-brick-300: #F99E90;
  --fire-brick-400: #F56B56;
  --fire-brick-500: #F24126;
  --fire-brick-600: #D4270C;
  --fire-brick-700: #A91F0A;
  --fire-brick-800: #781607;
  --fire-brick-900: #4D0E04;
  --fire-brick-950: #300903;
}
Generate More ShadesCreate PaletteConvert Color