Shades of Venetian Red #C70617
Tints of Venetian Red #C70617
RGB
CMYK
RGB Variations
Color information
#C70617 (or 0xC70617) is known color: Venetian Red. HEX triplet: C7, 06 and 17. RGB value is (199,6,23). Sum of RGB (Red+Green+Blue) = 199+6+23=228 (30% of max value = 765). Red value is 199 (78.12% from 255 or 87.28% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 199 - color contains mainly: red. Hex color #C70617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70617 is #38F9E8. Grayscale: #414141. Windows color (decimal): -3733993 or 1509063. OLE color: 1509063.
HSL color Cylindrical-coordinate representation of color #C70617: hue angle of 354.72º 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 #C70617 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 23 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.22 |
| HSL | 354.72º | 0.94% | 0.4% | - |
| HSV(B) | 354.72º | 0.97% | 0.78% | - |
| XYZ | 23.77 | 12.33 | 1.94 | - |
| YUV | 65.65 | 103.94 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 23 | 0 | 0.97 | 0.88 | 0.22 | 354.72 | 0.94 | 0.4 |
| Hex | C7 | 6 | 17 | 0 | 61 | 58 | 16 | 163 | 5E | 28 |
| Octal | 307 | 6 | 27 | 0 | 141 | 130 | 26 | 543 | 136 | 50 |
| Binary | 11000111 | 110 | 10111 | 0 | 1100001 | 1011000 | 10110 | 101100011 | 1011110 | 101000 |
Color Harmonies of #C70617
Complementary color
Monochromatic Colors of #C70617
Black with #C70617
Text Example
Text Example
White with #C70617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70617; }
p { color: rgb(199,6,23); }
H1.HeaderClassName
{
color: #C70617;
}
.AnyTagClassName
{
color: #C70617;
}
</style>
background-color css
<style>
a { background-color: #C70617; }
a { background-color: rgb(199,6,23); }
div.DivClassName
{
background-color: #C70617;
}
.BgClassName
{
background-color: #C70617;
}
</style>
border-color css
<style>
span { border-color: #C70617; }
span { border-color: rgb(199,6,23); }
td.TdClassName
{
border-color: #C70617;
}
.TagClassName
{
border-color: #C70617;
}
</style>