Shades of Venetian Red #C60218
Tints of Venetian Red #C60218
RGB
CMYK
RGB Variations
Color information
#C60218 (or 0xC60218) is known color: Venetian Red. HEX triplet: C6, 02 and 18. RGB value is (198,2,24). Sum of RGB (Red+Green+Blue) = 198+2+24=224 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.39% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 198 - color contains mainly: red. Hex color #C60218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60218 is #39FDE7. Grayscale: #3F3F3F. Windows color (decimal): -3800552 or 1573574. OLE color: 1573574.
HSL color Cylindrical-coordinate representation of color #C60218: hue angle of 353.27º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60218 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 24 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.22 |
| HSL | 353.27º | 0.98% | 0.39% | - |
| HSV(B) | 353.27º | 0.99% | 0.78% | - |
| XYZ | 23.48 | 12.12 | 1.97 | - |
| YUV | 63.11 | 105.93 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 24 | 0 | 0.99 | 0.88 | 0.22 | 353.27 | 0.98 | 0.39 |
| Hex | C6 | 2 | 18 | 0 | 63 | 58 | 16 | 161 | 62 | 27 |
| Octal | 306 | 2 | 30 | 0 | 143 | 130 | 26 | 541 | 142 | 47 |
| Binary | 11000110 | 10 | 11000 | 0 | 1100011 | 1011000 | 10110 | 101100001 | 1100010 | 100111 |
Color Harmonies of #C60218
Complementary color
Monochromatic Colors of #C60218
Black with #C60218
Text Example
Text Example
White with #C60218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60218; }
p { color: rgb(198,2,24); }
H1.HeaderClassName
{
color: #C60218;
}
.AnyTagClassName
{
color: #C60218;
}
</style>
background-color css
<style>
a { background-color: #C60218; }
a { background-color: rgb(198,2,24); }
div.DivClassName
{
background-color: #C60218;
}
.BgClassName
{
background-color: #C60218;
}
</style>
border-color css
<style>
span { border-color: #C60218; }
span { border-color: rgb(198,2,24); }
td.TdClassName
{
border-color: #C60218;
}
.TagClassName
{
border-color: #C60218;
}
</style>