Shades of Fire Brick #C81913
Tints of Fire Brick #C81913
RGB
CMYK
RGB Variations
Color information
#C81913 (or 0xC81913) is known color: Fire Brick. HEX triplet: C8, 19 and 13. RGB value is (200,25,19). Sum of RGB (Red+Green+Blue) = 200+25+19=244 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.97% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 200 - color contains mainly: red. Hex color #C81913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81913 is #37E6EC. Grayscale: #4C4C4C. Windows color (decimal): -3663597 or 1251784. OLE color: 1251784.
HSL color Cylindrical-coordinate representation of color #C81913: hue angle of 1.99º degrees, saturation: 0.83, 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 #C81913 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 19 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.22 |
| HSL | 1.99º | 0.83% | 0.43% | - |
| HSV(B) | 1.99º | 0.91% | 0.78% | - |
| XYZ | 24.28 | 13.02 | 1.85 | - |
| YUV | 76.64 | 95.48 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 19 | 0 | 0.88 | 0.90 | 0.22 | 1.99 | 0.83 | 0.43 |
| Hex | C8 | 19 | 13 | 0 | 58 | 5A | 16 | 2 | 53 | 2B |
| Octal | 310 | 31 | 23 | 0 | 130 | 132 | 26 | 2 | 123 | 53 |
| Binary | 11001000 | 11001 | 10011 | 0 | 1011000 | 1011010 | 10110 | 10 | 1010011 | 101011 |
Color Harmonies of #C81913
Complementary color
Monochromatic Colors of #C81913
Black with #C81913
Text Example
Text Example
White with #C81913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81913; }
p { color: rgb(200,25,19); }
H1.HeaderClassName
{
color: #C81913;
}
.AnyTagClassName
{
color: #C81913;
}
</style>
background-color css
<style>
a { background-color: #C81913; }
a { background-color: rgb(200,25,19); }
div.DivClassName
{
background-color: #C81913;
}
.BgClassName
{
background-color: #C81913;
}
</style>
border-color css
<style>
span { border-color: #C81913; }
span { border-color: rgb(200,25,19); }
td.TdClassName
{
border-color: #C81913;
}
.TagClassName
{
border-color: #C81913;
}
</style>