Shades of Venetian Red #C8020C
Tints of Venetian Red #C8020C
RGB
CMYK
RGB Variations
Color information
#C8020C (or 0xC8020C) is known color: Venetian Red. HEX triplet: C8, 02 and 0C. RGB value is (200,2,12). Sum of RGB (Red+Green+Blue) = 200+2+12=214 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.46% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 200 - color contains mainly: red. Hex color #C8020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8020C is #37FDF3. Grayscale: #3E3E3E. Windows color (decimal): -3669492 or 787144. OLE color: 787144.
HSL color Cylindrical-coordinate representation of color #C8020C: hue angle of 356.97º 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 #C8020C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.22 |
| HSL | 356.97º | 0.98% | 0.4% | - |
| HSV(B) | 356.97º | 0.99% | 0.78% | - |
| XYZ | 23.91 | 12.35 | 1.47 | - |
| YUV | 62.34 | 99.6 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 12 | 0 | 0.99 | 0.94 | 0.22 | 356.97 | 0.98 | 0.4 |
| Hex | C8 | 2 | C | 0 | 63 | 5E | 16 | 165 | 62 | 28 |
| Octal | 310 | 2 | 14 | 0 | 143 | 136 | 26 | 545 | 142 | 50 |
| Binary | 11001000 | 10 | 1100 | 0 | 1100011 | 1011110 | 10110 | 101100101 | 1100010 | 101000 |
Color Harmonies of #C8020C
Complementary color
Monochromatic Colors of #C8020C
Black with #C8020C
Text Example
Text Example
White with #C8020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8020C; }
p { color: rgb(200,2,12); }
H1.HeaderClassName
{
color: #C8020C;
}
.AnyTagClassName
{
color: #C8020C;
}
</style>
background-color css
<style>
a { background-color: #C8020C; }
a { background-color: rgb(200,2,12); }
div.DivClassName
{
background-color: #C8020C;
}
.BgClassName
{
background-color: #C8020C;
}
</style>
border-color css
<style>
span { border-color: #C8020C; }
span { border-color: rgb(200,2,12); }
td.TdClassName
{
border-color: #C8020C;
}
.TagClassName
{
border-color: #C8020C;
}
</style>