Shades of Venetian Red #C80006
Tints of Venetian Red #C80006
RGB
CMYK
RGB Variations
Color information
#C80006 (or 0xC80006) is known color: Venetian Red. HEX triplet: C8, 00 and 06. RGB value is (200,0,6). Sum of RGB (Red+Green+Blue) = 200+0+6=206 (27% of max value = 765). Red value is 200 (78.52% from 255 or 97.09% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 200 - color contains mainly: red. Hex color #C80006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80006 is #37FFF9. Grayscale: #3C3C3C. Windows color (decimal): -3670010 or 393416. OLE color: 393416.
HSL color Cylindrical-coordinate representation of color #C80006: hue angle of 358.2º 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 #C80006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.97 | 0.22 |
| HSL | 358.2º | 1% | 0.39% | - |
| HSV(B) | 358.2º | 1% | 0.78% | - |
| XYZ | 23.85 | 12.29 | 1.29 | - |
| YUV | 60.48 | 97.26 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 6 | 0 | 1 | 0.97 | 0.22 | 358.2 | 1 | 0.39 |
| Hex | C8 | 0 | 6 | 0 | 64 | 61 | 16 | 166 | 64 | 27 |
| Octal | 310 | 0 | 6 | 0 | 144 | 141 | 26 | 546 | 144 | 47 |
| Binary | 11001000 | 0 | 110 | 0 | 1100100 | 1100001 | 10110 | 101100110 | 1100100 | 100111 |
Color Harmonies of #C80006
Complementary color
Monochromatic Colors of #C80006
Black with #C80006
Text Example
Text Example
White with #C80006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80006; }
p { color: rgb(200,0,6); }
H1.HeaderClassName
{
color: #C80006;
}
.AnyTagClassName
{
color: #C80006;
}
</style>
background-color css
<style>
a { background-color: #C80006; }
a { background-color: rgb(200,0,6); }
div.DivClassName
{
background-color: #C80006;
}
.BgClassName
{
background-color: #C80006;
}
</style>
border-color css
<style>
span { border-color: #C80006; }
span { border-color: rgb(200,0,6); }
td.TdClassName
{
border-color: #C80006;
}
.TagClassName
{
border-color: #C80006;
}
</style>