Shades of Venetian Red #C60008
Tints of Venetian Red #C60008
RGB
CMYK
RGB Variations
Color information
#C60008 (or 0xC60008) is known color: Venetian Red. HEX triplet: C6, 00 and 08. RGB value is (198,0,8). Sum of RGB (Red+Green+Blue) = 198+0+8=206 (27% of max value = 765). Red value is 198 (77.73% from 255 or 96.12% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 198 - color contains mainly: red. Hex color #C60008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60008 is #39FFF7. Grayscale: #3C3C3C. Windows color (decimal): -3801080 or 524486. OLE color: 524486.
HSL color Cylindrical-coordinate representation of color #C60008: hue angle of 357.58º 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 #C60008 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.96 | 0.22 |
| HSL | 357.58º | 1% | 0.39% | - |
| HSV(B) | 357.58º | 1% | 0.78% | - |
| XYZ | 23.33 | 12.02 | 1.32 | - |
| YUV | 60.11 | 98.6 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 8 | 0 | 1 | 0.96 | 0.22 | 357.58 | 1 | 0.39 |
| Hex | C6 | 0 | 8 | 0 | 64 | 60 | 16 | 166 | 64 | 27 |
| Octal | 306 | 0 | 10 | 0 | 144 | 140 | 26 | 546 | 144 | 47 |
| Binary | 11000110 | 0 | 1000 | 0 | 1100100 | 1100000 | 10110 | 101100110 | 1100100 | 100111 |
Color Harmonies of #C60008
Complementary color
Monochromatic Colors of #C60008
Black with #C60008
Text Example
Text Example
White with #C60008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60008; }
p { color: rgb(198,0,8); }
H1.HeaderClassName
{
color: #C60008;
}
.AnyTagClassName
{
color: #C60008;
}
</style>
background-color css
<style>
a { background-color: #C60008; }
a { background-color: rgb(198,0,8); }
div.DivClassName
{
background-color: #C60008;
}
.BgClassName
{
background-color: #C60008;
}
</style>
border-color css
<style>
span { border-color: #C60008; }
span { border-color: rgb(198,0,8); }
td.TdClassName
{
border-color: #C60008;
}
.TagClassName
{
border-color: #C60008;
}
</style>