Shades of Venetian Red #C70612
Tints of Venetian Red #C70612
RGB
CMYK
RGB Variations
Color information
#C70612 (or 0xC70612) is known color: Venetian Red. HEX triplet: C7, 06 and 12. RGB value is (199,6,18). Sum of RGB (Red+Green+Blue) = 199+6+18=223 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.24% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 199 - color contains mainly: red. Hex color #C70612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70612 is #38F9ED. Grayscale: #414141. Windows color (decimal): -3733998 or 1181383. OLE color: 1181383.
HSL color Cylindrical-coordinate representation of color #C70612: hue angle of 356.27º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C70612 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 18 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.22 |
| HSL | 356.27º | 0.94% | 0.4% | - |
| HSV(B) | 356.27º | 0.97% | 0.78% | - |
| XYZ | 23.73 | 12.32 | 1.7 | - |
| YUV | 65.08 | 101.44 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 18 | 0 | 0.97 | 0.91 | 0.22 | 356.27 | 0.94 | 0.4 |
| Hex | C7 | 6 | 12 | 0 | 61 | 5B | 16 | 164 | 5E | 28 |
| Octal | 307 | 6 | 22 | 0 | 141 | 133 | 26 | 544 | 136 | 50 |
| Binary | 11000111 | 110 | 10010 | 0 | 1100001 | 1011011 | 10110 | 101100100 | 1011110 | 101000 |
Color Harmonies of #C70612
Complementary color
Monochromatic Colors of #C70612
Black with #C70612
Text Example
Text Example
White with #C70612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70612; }
p { color: rgb(199,6,18); }
H1.HeaderClassName
{
color: #C70612;
}
.AnyTagClassName
{
color: #C70612;
}
</style>
background-color css
<style>
a { background-color: #C70612; }
a { background-color: rgb(199,6,18); }
div.DivClassName
{
background-color: #C70612;
}
.BgClassName
{
background-color: #C70612;
}
</style>
border-color css
<style>
span { border-color: #C70612; }
span { border-color: rgb(199,6,18); }
td.TdClassName
{
border-color: #C70612;
}
.TagClassName
{
border-color: #C70612;
}
</style>