Shades of Venetian Red #C60817
Tints of Venetian Red #C60817
RGB
CMYK
RGB Variations
Color information
#C60817 (or 0xC60817) is known color: Venetian Red. HEX triplet: C6, 08 and 17. RGB value is (198,8,23). Sum of RGB (Red+Green+Blue) = 198+8+23=229 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.46% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 198 - color contains mainly: red. Hex color #C60817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60817 is #39F7E8. Grayscale: #424242. Windows color (decimal): -3799017 or 1509574. OLE color: 1509574.
HSL color Cylindrical-coordinate representation of color #C60817: hue angle of 355.26º degrees, saturation: 0.92, 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 #C60817 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 23 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.22 |
| HSL | 355.26º | 0.92% | 0.4% | - |
| HSV(B) | 355.26º | 0.96% | 0.78% | - |
| XYZ | 23.53 | 12.24 | 1.93 | - |
| YUV | 66.52 | 103.45 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 23 | 0 | 0.96 | 0.88 | 0.22 | 355.26 | 0.92 | 0.4 |
| Hex | C6 | 8 | 17 | 0 | 60 | 58 | 16 | 163 | 5C | 28 |
| Octal | 306 | 10 | 27 | 0 | 140 | 130 | 26 | 543 | 134 | 50 |
| Binary | 11000110 | 1000 | 10111 | 0 | 1100000 | 1011000 | 10110 | 101100011 | 1011100 | 101000 |
Color Harmonies of #C60817
Complementary color
Monochromatic Colors of #C60817
Black with #C60817
Text Example
Text Example
White with #C60817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60817; }
p { color: rgb(198,8,23); }
H1.HeaderClassName
{
color: #C60817;
}
.AnyTagClassName
{
color: #C60817;
}
</style>
background-color css
<style>
a { background-color: #C60817; }
a { background-color: rgb(198,8,23); }
div.DivClassName
{
background-color: #C60817;
}
.BgClassName
{
background-color: #C60817;
}
</style>
border-color css
<style>
span { border-color: #C60817; }
span { border-color: rgb(198,8,23); }
td.TdClassName
{
border-color: #C60817;
}
.TagClassName
{
border-color: #C60817;
}
</style>