Shades of Venetian Red #C40716
Tints of Venetian Red #C40716
RGB
CMYK
RGB Variations
Color information
#C40716 (or 0xC40716) is known color: Venetian Red. HEX triplet: C4, 07 and 16. RGB value is (196,7,22). Sum of RGB (Red+Green+Blue) = 196+7+22=225 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.11% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 196 - color contains mainly: red. Hex color #C40716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40716 is #3BF8E9. Grayscale: #414141. Windows color (decimal): -3930346 or 1443780. OLE color: 1443780.
HSL color Cylindrical-coordinate representation of color #C40716: hue angle of 355.24º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40716 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 22 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.23 |
| HSL | 355.24º | 0.93% | 0.4% | - |
| HSV(B) | 355.24º | 0.96% | 0.77% | - |
| XYZ | 22.99 | 11.95 | 1.85 | - |
| YUV | 65.22 | 103.62 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 22 | 0 | 0.96 | 0.89 | 0.23 | 355.24 | 0.93 | 0.4 |
| Hex | C4 | 7 | 16 | 0 | 60 | 59 | 17 | 163 | 5D | 28 |
| Octal | 304 | 7 | 26 | 0 | 140 | 131 | 27 | 543 | 135 | 50 |
| Binary | 11000100 | 111 | 10110 | 0 | 1100000 | 1011001 | 10111 | 101100011 | 1011101 | 101000 |
Color Harmonies of #C40716
Complementary color
Monochromatic Colors of #C40716
Black with #C40716
Text Example
Text Example
White with #C40716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40716; }
p { color: rgb(196,7,22); }
H1.HeaderClassName
{
color: #C40716;
}
.AnyTagClassName
{
color: #C40716;
}
</style>
background-color css
<style>
a { background-color: #C40716; }
a { background-color: rgb(196,7,22); }
div.DivClassName
{
background-color: #C40716;
}
.BgClassName
{
background-color: #C40716;
}
</style>
border-color css
<style>
span { border-color: #C40716; }
span { border-color: rgb(196,7,22); }
td.TdClassName
{
border-color: #C40716;
}
.TagClassName
{
border-color: #C40716;
}
</style>