Shades of Fire Brick #C81914
Tints of Fire Brick #C81914
RGB
CMYK
RGB Variations
Color information
#C81914 (or 0xC81914) is known color: Fire Brick. HEX triplet: C8, 19 and 14. RGB value is (200,25,20). Sum of RGB (Red+Green+Blue) = 200+25+20=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C81914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81914 is #37E6EB. Grayscale: #4C4C4C. Windows color (decimal): -3663596 or 1317320. OLE color: 1317320.
HSL color Cylindrical-coordinate representation of color #C81914: hue angle of 1.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81914 is Cyan = 0, Magento = 0.88, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 20 | - |
| CMYK | 0 | 0.88 | 0.9 | 0.22 |
| HSL | 1.67º | 0.82% | 0.43% | - |
| HSV(B) | 1.67º | 0.9% | 0.78% | - |
| XYZ | 24.29 | 13.03 | 1.9 | - |
| YUV | 76.76 | 95.98 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 20 | 0 | 0.88 | 0.9 | 0.22 | 1.67 | 0.82 | 0.43 |
| Hex | C8 | 19 | 14 | 0 | 58 | 5A | 16 | 2 | 52 | 2B |
| Octal | 310 | 31 | 24 | 0 | 130 | 132 | 26 | 2 | 122 | 53 |
| Binary | 11001000 | 11001 | 10100 | 0 | 1011000 | 1011010 | 10110 | 10 | 1010010 | 101011 |
Color Harmonies of #C81914
Complementary color
Monochromatic Colors of #C81914
Black with #C81914
Text Example
Text Example
White with #C81914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81914; }
p { color: rgb(200,25,20); }
H1.HeaderClassName
{
color: #C81914;
}
.AnyTagClassName
{
color: #C81914;
}
</style>
background-color css
<style>
a { background-color: #C81914; }
a { background-color: rgb(200,25,20); }
div.DivClassName
{
background-color: #C81914;
}
.BgClassName
{
background-color: #C81914;
}
</style>
border-color css
<style>
span { border-color: #C81914; }
span { border-color: rgb(200,25,20); }
td.TdClassName
{
border-color: #C81914;
}
.TagClassName
{
border-color: #C81914;
}
</style>