Shades of Venetian Red #C80607
Tints of Venetian Red #C80607
RGB
CMYK
RGB Variations
Color information
#C80607 (or 0xC80607) is known color: Venetian Red. HEX triplet: C8, 06 and 07. RGB value is (200,6,7). Sum of RGB (Red+Green+Blue) = 200+6+7=213 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.90% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 200 - color contains mainly: red. Hex color #C80607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80607 is #37F9F8. Grayscale: #404040. Windows color (decimal): -3668473 or 460488. OLE color: 460488.
HSL color Cylindrical-coordinate representation of color #C80607: hue angle of 359.69º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80607 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 7 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.22 |
| HSL | 359.69º | 0.94% | 0.4% | - |
| HSV(B) | 359.69º | 0.97% | 0.78% | - |
| XYZ | 23.92 | 12.42 | 1.34 | - |
| YUV | 64.12 | 95.77 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 7 | 0 | 0.97 | 0.96 | 0.22 | 359.69 | 0.94 | 0.4 |
| Hex | C8 | 6 | 7 | 0 | 61 | 60 | 16 | 168 | 5E | 28 |
| Octal | 310 | 6 | 7 | 0 | 141 | 140 | 26 | 550 | 136 | 50 |
| Binary | 11001000 | 110 | 111 | 0 | 1100001 | 1100000 | 10110 | 101101000 | 1011110 | 101000 |
Color Harmonies of #C80607
Complementary color
Monochromatic Colors of #C80607
Black with #C80607
Text Example
Text Example
White with #C80607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80607; }
p { color: rgb(200,6,7); }
H1.HeaderClassName
{
color: #C80607;
}
.AnyTagClassName
{
color: #C80607;
}
</style>
background-color css
<style>
a { background-color: #C80607; }
a { background-color: rgb(200,6,7); }
div.DivClassName
{
background-color: #C80607;
}
.BgClassName
{
background-color: #C80607;
}
</style>
border-color css
<style>
span { border-color: #C80607; }
span { border-color: rgb(200,6,7); }
td.TdClassName
{
border-color: #C80607;
}
.TagClassName
{
border-color: #C80607;
}
</style>