Shades of Venetian Red #C8020B
Tints of Venetian Red #C8020B
RGB
CMYK
RGB Variations
Color information
#C8020B (or 0xC8020B) is known color: Venetian Red. HEX triplet: C8, 02 and 0B. RGB value is (200,2,11). Sum of RGB (Red+Green+Blue) = 200+2+11=213 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.90% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 200 - color contains mainly: red. Hex color #C8020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8020B is #37FDF4. Grayscale: #3E3E3E. Windows color (decimal): -3669493 or 721608. OLE color: 721608.
HSL color Cylindrical-coordinate representation of color #C8020B: hue angle of 357.27º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8020B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.22 |
| HSL | 357.27º | 0.98% | 0.4% | - |
| HSV(B) | 357.27º | 0.99% | 0.78% | - |
| XYZ | 23.9 | 12.35 | 1.44 | - |
| YUV | 62.23 | 99.1 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 11 | 0 | 0.99 | 0.94 | 0.22 | 357.27 | 0.98 | 0.4 |
| Hex | C8 | 2 | B | 0 | 63 | 5E | 16 | 165 | 62 | 28 |
| Octal | 310 | 2 | 13 | 0 | 143 | 136 | 26 | 545 | 142 | 50 |
| Binary | 11001000 | 10 | 1011 | 0 | 1100011 | 1011110 | 10110 | 101100101 | 1100010 | 101000 |
Color Harmonies of #C8020B
Complementary color
Monochromatic Colors of #C8020B
Black with #C8020B
Text Example
Text Example
White with #C8020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8020B; }
p { color: rgb(200,2,11); }
H1.HeaderClassName
{
color: #C8020B;
}
.AnyTagClassName
{
color: #C8020B;
}
</style>
background-color css
<style>
a { background-color: #C8020B; }
a { background-color: rgb(200,2,11); }
div.DivClassName
{
background-color: #C8020B;
}
.BgClassName
{
background-color: #C8020B;
}
</style>
border-color css
<style>
span { border-color: #C8020B; }
span { border-color: rgb(200,2,11); }
td.TdClassName
{
border-color: #C8020B;
}
.TagClassName
{
border-color: #C8020B;
}
</style>