Shades of Fire Brick #C71716
Tints of Fire Brick #C71716
RGB
CMYK
RGB Variations
Color information
#C71716 (or 0xC71716) is known color: Fire Brick. HEX triplet: C7, 17 and 16. RGB value is (199,23,22). Sum of RGB (Red+Green+Blue) = 199+23+22=244 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.56% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 199 - color contains mainly: red. Hex color #C71716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71716 is #38E8E9. Grayscale: #4B4B4B. Windows color (decimal): -3729642 or 1447879. OLE color: 1447879.
HSL color Cylindrical-coordinate representation of color #C71716: hue angle of 0.34º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71716 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 22 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.22 |
| HSL | 0.34º | 0.8% | 0.43% | - |
| HSV(B) | 0.34º | 0.89% | 0.78% | - |
| XYZ | 24 | 12.81 | 1.97 | - |
| YUV | 75.51 | 97.81 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 22 | 0 | 0.88 | 0.89 | 0.22 | 0.34 | 0.8 | 0.43 |
| Hex | C7 | 17 | 16 | 0 | 58 | 59 | 16 | 0 | 50 | 2B |
| Octal | 307 | 27 | 26 | 0 | 130 | 131 | 26 | 0 | 120 | 53 |
| Binary | 11000111 | 10111 | 10110 | 0 | 1011000 | 1011001 | 10110 | 0 | 1010000 | 101011 |
Color Harmonies of #C71716
Complementary color
Monochromatic Colors of #C71716
Black with #C71716
Text Example
Text Example
White with #C71716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71716; }
p { color: rgb(199,23,22); }
H1.HeaderClassName
{
color: #C71716;
}
.AnyTagClassName
{
color: #C71716;
}
</style>
background-color css
<style>
a { background-color: #C71716; }
a { background-color: rgb(199,23,22); }
div.DivClassName
{
background-color: #C71716;
}
.BgClassName
{
background-color: #C71716;
}
</style>
border-color css
<style>
span { border-color: #C71716; }
span { border-color: rgb(199,23,22); }
td.TdClassName
{
border-color: #C71716;
}
.TagClassName
{
border-color: #C71716;
}
</style>