Shades of Venetian Red #C60005
Tints of Venetian Red #C60005
RGB
CMYK
RGB Variations
Color information
#C60005 (or 0xC60005) is known color: Venetian Red. HEX triplet: C6, 00 and 05. RGB value is (198,0,5). Sum of RGB (Red+Green+Blue) = 198+0+5=203 (26% of max value = 765). Red value is 198 (77.73% from 255 or 97.54% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 198 - color contains mainly: red. Hex color #C60005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60005 is #39FFFA. Grayscale: #3B3B3B. Windows color (decimal): -3801083 or 327878. OLE color: 327878.
HSL color Cylindrical-coordinate representation of color #C60005: hue angle of 358.48º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60005 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.97 | 0.22 |
| HSL | 358.48º | 1% | 0.39% | - |
| HSV(B) | 358.48º | 1% | 0.78% | - |
| XYZ | 23.32 | 12.02 | 1.23 | - |
| YUV | 59.77 | 97.1 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 5 | 0 | 1 | 0.97 | 0.22 | 358.48 | 1 | 0.39 |
| Hex | C6 | 0 | 5 | 0 | 64 | 61 | 16 | 166 | 64 | 27 |
| Octal | 306 | 0 | 5 | 0 | 144 | 141 | 26 | 546 | 144 | 47 |
| Binary | 11000110 | 0 | 101 | 0 | 1100100 | 1100001 | 10110 | 101100110 | 1100100 | 100111 |
Color Harmonies of #C60005
Complementary color
Monochromatic Colors of #C60005
Black with #C60005
Text Example
Text Example
White with #C60005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60005; }
p { color: rgb(198,0,5); }
H1.HeaderClassName
{
color: #C60005;
}
.AnyTagClassName
{
color: #C60005;
}
</style>
background-color css
<style>
a { background-color: #C60005; }
a { background-color: rgb(198,0,5); }
div.DivClassName
{
background-color: #C60005;
}
.BgClassName
{
background-color: #C60005;
}
</style>
border-color css
<style>
span { border-color: #C60005; }
span { border-color: rgb(198,0,5); }
td.TdClassName
{
border-color: #C60005;
}
.TagClassName
{
border-color: #C60005;
}
</style>