Shades of Venetian Red #C60717
Tints of Venetian Red #C60717
RGB
CMYK
RGB Variations
Color information
#C60717 (or 0xC60717) is known color: Venetian Red. HEX triplet: C6, 07 and 17. RGB value is (198,7,23). Sum of RGB (Red+Green+Blue) = 198+7+23=228 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.84% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 198 - color contains mainly: red. Hex color #C60717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60717 is #39F8E8. Grayscale: #424242. Windows color (decimal): -3799273 or 1509318. OLE color: 1509318.
HSL color Cylindrical-coordinate representation of color #C60717: hue angle of 354.97º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60717 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 7 | 23 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.22 |
| HSL | 354.97º | 0.93% | 0.4% | - |
| HSV(B) | 354.97º | 0.96% | 0.78% | - |
| XYZ | 23.52 | 12.22 | 1.93 | - |
| YUV | 65.93 | 103.78 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 23 | 0 | 0.96 | 0.88 | 0.22 | 354.97 | 0.93 | 0.4 |
| Hex | C6 | 7 | 17 | 0 | 60 | 58 | 16 | 163 | 5D | 28 |
| Octal | 306 | 7 | 27 | 0 | 140 | 130 | 26 | 543 | 135 | 50 |
| Binary | 11000110 | 111 | 10111 | 0 | 1100000 | 1011000 | 10110 | 101100011 | 1011101 | 101000 |
Color Harmonies of #C60717
Complementary color
Monochromatic Colors of #C60717
Black with #C60717
Text Example
Text Example
White with #C60717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60717; }
p { color: rgb(198,7,23); }
H1.HeaderClassName
{
color: #C60717;
}
.AnyTagClassName
{
color: #C60717;
}
</style>
background-color css
<style>
a { background-color: #C60717; }
a { background-color: rgb(198,7,23); }
div.DivClassName
{
background-color: #C60717;
}
.BgClassName
{
background-color: #C60717;
}
</style>
border-color css
<style>
span { border-color: #C60717; }
span { border-color: rgb(198,7,23); }
td.TdClassName
{
border-color: #C60717;
}
.TagClassName
{
border-color: #C60717;
}
</style>