Fire Brick

#D4380C

Red

Color Codes

All color formats for development

HEX
#D4380C
RGB
rgb(212, 56, 12)
HSL
hsl(13, 89%, 44%)
OKLCH
oklch(0.575 0.198 34.5)
CMYK
cmyk(0%, 74%, 94%, 17%)

Accessibility

WCAG contrast compliance

On White Background

4.81:1

AA AAA

On Black Background

4.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF3
100
#FDE4
200
#FBCD
300
#F9A7
400
#F579
500
#F252
600
#D438
700
#A92C
800
#7820
900
#4D14
950
#300D

Shades

Darker variations

1#BF320B
2#AA2C0A
3#942709
4#7F2107
5#6A1C06
6#551605
7#401104
8#2A0B02
9#150601

Tints

Lighter variations

1#EF3F0E
2#F25327
3#F46942
4#F67E5D
5#F79478
6#F9A993
7#FABFAE
8#FCD4C9
9#FDEAE4

Tones

Muted variations

1#CA3D16
2#C04320
3#B6492A
4#AC4E34
5#A2543E
6#985A48
7#8E5F52
8#84655C
9#7A6B66

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF3
#FEF3F1
BackgroundsSubtle highlightsCard backgrounds
100
FDE4
#FDE4DD
Light backgroundsTable row hoverSkeleton loading
200
FBCD
#FBCDC0
Secondary backgroundsInput backgroundsDividers
300
F9A7
#F9A790
BordersInactive statesPlaceholder text
400
F579
#F57956
Disabled statesSecondary iconsMuted text
500
F252
#F25226
Primary brand colorCTAsActive elementsLinks
600
D438
#D4380C
Hover statesFocus ringsPrimary buttons hover
700
A92C
#A92C0A
Active/pressed statesDark mode accentsSecondary text
800
7820
#782007
Text on light backgroundsHeadingsStrong borders
900
4D14
#4D1404
Primary textHigh emphasis contentDark headings
950
300D
#300D03
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF3F1;
  --fire-brick-100: #FDE4DD;
  --fire-brick-200: #FBCDC0;
  --fire-brick-300: #F9A790;
  --fire-brick-400: #F57956;
  --fire-brick-500: #F25226;
  --fire-brick-600: #D4380C;
  --fire-brick-700: #A92C0A;
  --fire-brick-800: #782007;
  --fire-brick-900: #4D1404;
  --fire-brick-950: #300D03;
}
Generate More ShadesCreate PaletteConvert Color