Shades of Fire Brick #C81916
Tints of Fire Brick #C81916
RGB
CMYK
RGB Variations
Color information
#C81916 (or 0xC81916) is known color: Fire Brick. HEX triplet: C8, 19 and 16. RGB value is (200,25,22). Sum of RGB (Red+Green+Blue) = 200+25+22=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C81916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81916 is #37E6E9. Grayscale: #4D4D4D. Windows color (decimal): -3663594 or 1448392. OLE color: 1448392.
HSL color Cylindrical-coordinate representation of color #C81916: hue angle of 1.01º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81916 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 22 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.22 |
| HSL | 1.01º | 0.8% | 0.44% | - |
| HSV(B) | 1.01º | 0.89% | 0.78% | - |
| XYZ | 24.31 | 13.03 | 1.99 | - |
| YUV | 76.98 | 96.98 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 22 | 0 | 0.88 | 0.89 | 0.22 | 1.01 | 0.8 | 0.44 |
| Hex | C8 | 19 | 16 | 0 | 58 | 59 | 16 | 1 | 50 | 2C |
| Octal | 310 | 31 | 26 | 0 | 130 | 131 | 26 | 1 | 120 | 54 |
| Binary | 11001000 | 11001 | 10110 | 0 | 1011000 | 1011001 | 10110 | 1 | 1010000 | 101100 |
Color Harmonies of #C81916
Complementary color
Monochromatic Colors of #C81916
Black with #C81916
Text Example
Text Example
White with #C81916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81916; }
p { color: rgb(200,25,22); }
H1.HeaderClassName
{
color: #C81916;
}
.AnyTagClassName
{
color: #C81916;
}
</style>
background-color css
<style>
a { background-color: #C81916; }
a { background-color: rgb(200,25,22); }
div.DivClassName
{
background-color: #C81916;
}
.BgClassName
{
background-color: #C81916;
}
</style>
border-color css
<style>
span { border-color: #C81916; }
span { border-color: rgb(200,25,22); }
td.TdClassName
{
border-color: #C81916;
}
.TagClassName
{
border-color: #C81916;
}
</style>