Shades of Venetian Red #C70F12
Tints of Venetian Red #C70F12
RGB
CMYK
RGB Variations
Color information
#C70F12 (or 0xC70F12) is known color: Venetian Red. HEX triplet: C7, 0F and 12. RGB value is (199,15,18). Sum of RGB (Red+Green+Blue) = 199+15+18=232 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.78% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70F12 is #38F0ED. Grayscale: #464646. Windows color (decimal): -3731694 or 1183687. OLE color: 1183687.
HSL color Cylindrical-coordinate representation of color #C70F12: hue angle of 359.02º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C70F12 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 18 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.22 |
| HSL | 359.02º | 0.86% | 0.42% | - |
| HSV(B) | 359.02º | 0.92% | 0.78% | - |
| XYZ | 23.83 | 12.53 | 1.73 | - |
| YUV | 70.36 | 98.46 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 18 | 0 | 0.92 | 0.91 | 0.22 | 359.02 | 0.86 | 0.42 |
| Hex | C7 | F | 12 | 0 | 5C | 5B | 16 | 167 | 56 | 2A |
| Octal | 307 | 17 | 22 | 0 | 134 | 133 | 26 | 547 | 126 | 52 |
| Binary | 11000111 | 1111 | 10010 | 0 | 1011100 | 1011011 | 10110 | 101100111 | 1010110 | 101010 |
Color Harmonies of #C70F12
Complementary color
Monochromatic Colors of #C70F12
Black with #C70F12
Text Example
Text Example
White with #C70F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70F12; }
p { color: rgb(199,15,18); }
H1.HeaderClassName
{
color: #C70F12;
}
.AnyTagClassName
{
color: #C70F12;
}
</style>
background-color css
<style>
a { background-color: #C70F12; }
a { background-color: rgb(199,15,18); }
div.DivClassName
{
background-color: #C70F12;
}
.BgClassName
{
background-color: #C70F12;
}
</style>
border-color css
<style>
span { border-color: #C70F12; }
span { border-color: rgb(199,15,18); }
td.TdClassName
{
border-color: #C70F12;
}
.TagClassName
{
border-color: #C70F12;
}
</style>