Fire Brick Color Codes and Color Scheme

fire brick color

What is Fire Brick Red?

Fire Brick (firebrick) is a dark red color that is similar to dark red. Its hexadecimal color code is #b22222. In RGB the color is 69.8% red, 13.33% green and 13.33% blue.

HTML Color Codes for Crimson

COLOR NAMEfirebrick
HEX CODE#B22222
RGB178, 34, 34
Fire Brick color

How to Use HTML Colors

HTML color names can be used with inline HTML styles or in a separate CSS stylesheet, just as you would use hex color codes.

HTML
<!-- In your HTML document -->
<body>
  <h1 style="color:firebrick">Fire Brick Title Text</h1>
  <p style="color:SlateGray">Slate gray paragraph text</p>
</body>
CSS
/* In your .css stylesheet */
h1 { color: Crimson; }
p { color: SlateGray; }

Web Safe Version of Crimson

Web safe or browser safe colors read the same across all browsers. There are 216 colors that are in the standard web palette.

HEX #cc0033RGB 204, 0, 51

web safe fire brick #993333

FIre Brick Color Schemes

crimson color scheme

Light Salmon #FFA07A

Crimson #DC143C

Dark Red 8b0000

Fire Brick #b22222

Pale Violet Red #db7093

Analogous Fire Brick Color Scheme

Monochomatic Palette