Shades of Venetian Red #C80002
Tints of Venetian Red #C80002
RGB
CMYK
RGB Variations
Color information
#C80002 (or 0xC80002) is known color: Venetian Red. HEX triplet: C8, 00 and 02. RGB value is (200,0,2). Sum of RGB (Red+Green+Blue) = 200+0+2=202 (26% of max value = 765). Red value is 200 (78.52% from 255 or 99.01% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 200 - color contains mainly: red. Hex color #C80002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80002 is #37FFFD. Grayscale: #3C3C3C. Windows color (decimal): -3670014 or 131272. OLE color: 131272.
HSL color Cylindrical-coordinate representation of color #C80002: hue angle of 359.4º 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 #C80002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.22 |
| HSL | 359.4º | 1% | 0.39% | - |
| HSV(B) | 359.4º | 1% | 0.78% | - |
| XYZ | 23.83 | 12.28 | 1.17 | - |
| YUV | 60.03 | 95.26 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 2 | 0 | 1 | 0.99 | 0.22 | 359.4 | 1 | 0.39 |
| Hex | C8 | 0 | 2 | 0 | 64 | 63 | 16 | 167 | 64 | 27 |
| Octal | 310 | 0 | 2 | 0 | 144 | 143 | 26 | 547 | 144 | 47 |
| Binary | 11001000 | 0 | 10 | 0 | 1100100 | 1100011 | 10110 | 101100111 | 1100100 | 100111 |
Color Harmonies of #C80002
Complementary color
Monochromatic Colors of #C80002
Black with #C80002
Text Example
Text Example
White with #C80002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80002; }
p { color: rgb(200,0,2); }
H1.HeaderClassName
{
color: #C80002;
}
.AnyTagClassName
{
color: #C80002;
}
</style>
background-color css
<style>
a { background-color: #C80002; }
a { background-color: rgb(200,0,2); }
div.DivClassName
{
background-color: #C80002;
}
.BgClassName
{
background-color: #C80002;
}
</style>
border-color css
<style>
span { border-color: #C80002; }
span { border-color: rgb(200,0,2); }
td.TdClassName
{
border-color: #C80002;
}
.TagClassName
{
border-color: #C80002;
}
</style>