Shades of Venetian Red #C00610
Tints of Venetian Red #C00610
RGB
CMYK
RGB Variations
Color information
#C00610 (or 0xC00610) is known color: Venetian Red. HEX triplet: C0, 06 and 10. RGB value is (192,6,16). Sum of RGB (Red+Green+Blue) = 192+6+16=214 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.72% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 192 - color contains mainly: red. Hex color #C00610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00610 is #3FF9EF. Grayscale: #3E3E3E. Windows color (decimal): -4192752 or 1050304. OLE color: 1050304.
HSL color Cylindrical-coordinate representation of color #C00610: hue angle of 356.77º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00610 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 16 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.25 |
| HSL | 356.77º | 0.94% | 0.39% | - |
| HSV(B) | 356.77º | 0.97% | 0.75% | - |
| XYZ | 21.9 | 11.37 | 1.53 | - |
| YUV | 62.75 | 101.62 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 16 | 0 | 0.97 | 0.92 | 0.25 | 356.77 | 0.94 | 0.39 |
| Hex | C0 | 6 | 10 | 0 | 61 | 5C | 19 | 165 | 5E | 27 |
| Octal | 300 | 6 | 20 | 0 | 141 | 134 | 31 | 545 | 136 | 47 |
| Binary | 11000000 | 110 | 10000 | 0 | 1100001 | 1011100 | 11001 | 101100101 | 1011110 | 100111 |
Color Harmonies of #C00610
Complementary color
Monochromatic Colors of #C00610
Black with #C00610
Text Example
Text Example
White with #C00610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00610; }
p { color: rgb(192,6,16); }
H1.HeaderClassName
{
color: #C00610;
}
.AnyTagClassName
{
color: #C00610;
}
</style>
background-color css
<style>
a { background-color: #C00610; }
a { background-color: rgb(192,6,16); }
div.DivClassName
{
background-color: #C00610;
}
.BgClassName
{
background-color: #C00610;
}
</style>
border-color css
<style>
span { border-color: #C00610; }
span { border-color: rgb(192,6,16); }
td.TdClassName
{
border-color: #C00610;
}
.TagClassName
{
border-color: #C00610;
}
</style>