Shades of Venetian Red #C00007
Tints of Venetian Red #C00007
RGB
CMYK
RGB Variations
Color information
#C00007 (or 0xC00007) is known color: Venetian Red. HEX triplet: C0, 00 and 07. RGB value is (192,0,7). Sum of RGB (Red+Green+Blue) = 192+0+7=199 (26% of max value = 765). Red value is 192 (75.39% from 255 or 96.48% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 192 - color contains mainly: red. Hex color #C00007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00007 is #3FFFF8. Grayscale: #3A3A3A. Windows color (decimal): -4194297 or 458944. OLE color: 458944.
HSL color Cylindrical-coordinate representation of color #C00007: hue angle of 357.81º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00007 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.96 | 0.25 |
| HSL | 357.81º | 1% | 0.38% | - |
| HSV(B) | 357.81º | 1% | 0.75% | - |
| XYZ | 21.78 | 11.22 | 1.22 | - |
| YUV | 58.21 | 99.11 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 7 | 0 | 1 | 0.96 | 0.25 | 357.81 | 1 | 0.38 |
| Hex | C0 | 0 | 7 | 0 | 64 | 60 | 19 | 166 | 64 | 26 |
| Octal | 300 | 0 | 7 | 0 | 144 | 140 | 31 | 546 | 144 | 46 |
| Binary | 11000000 | 0 | 111 | 0 | 1100100 | 1100000 | 11001 | 101100110 | 1100100 | 100110 |
Color Harmonies of #C00007
Complementary color
Monochromatic Colors of #C00007
Black with #C00007
Text Example
Text Example
White with #C00007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00007; }
p { color: rgb(192,0,7); }
H1.HeaderClassName
{
color: #C00007;
}
.AnyTagClassName
{
color: #C00007;
}
</style>
background-color css
<style>
a { background-color: #C00007; }
a { background-color: rgb(192,0,7); }
div.DivClassName
{
background-color: #C00007;
}
.BgClassName
{
background-color: #C00007;
}
</style>
border-color css
<style>
span { border-color: #C00007; }
span { border-color: rgb(192,0,7); }
td.TdClassName
{
border-color: #C00007;
}
.TagClassName
{
border-color: #C00007;
}
</style>