Shades of Venetian Red #C8020A
Tints of Venetian Red #C8020A
RGB
CMYK
RGB Variations
Color information
#C8020A (or 0xC8020A) is known color: Venetian Red. HEX triplet: C8, 02 and 0A. RGB value is (200,2,10). Sum of RGB (Red+Green+Blue) = 200+2+10=212 (28% of max value = 765). Red value is 200 (78.52% from 255 or 94.34% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 200 - color contains mainly: red. Hex color #C8020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8020A is #37FDF5. Grayscale: #3E3E3E. Windows color (decimal): -3669494 or 656072. OLE color: 656072.
HSL color Cylindrical-coordinate representation of color #C8020A: hue angle of 357.58º 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 #C8020A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 10 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.22 |
| HSL | 357.58º | 0.98% | 0.4% | - |
| HSV(B) | 357.58º | 0.99% | 0.78% | - |
| XYZ | 23.9 | 12.34 | 1.41 | - |
| YUV | 62.11 | 98.6 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 10 | 0 | 0.99 | 0.95 | 0.22 | 357.58 | 0.98 | 0.4 |
| Hex | C8 | 2 | A | 0 | 63 | 5F | 16 | 166 | 62 | 28 |
| Octal | 310 | 2 | 12 | 0 | 143 | 137 | 26 | 546 | 142 | 50 |
| Binary | 11001000 | 10 | 1010 | 0 | 1100011 | 1011111 | 10110 | 101100110 | 1100010 | 101000 |
Color Harmonies of #C8020A
Complementary color
Monochromatic Colors of #C8020A
Black with #C8020A
Text Example
Text Example
White with #C8020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8020A; }
p { color: rgb(200,2,10); }
H1.HeaderClassName
{
color: #C8020A;
}
.AnyTagClassName
{
color: #C8020A;
}
</style>
background-color css
<style>
a { background-color: #C8020A; }
a { background-color: rgb(200,2,10); }
div.DivClassName
{
background-color: #C8020A;
}
.BgClassName
{
background-color: #C8020A;
}
</style>
border-color css
<style>
span { border-color: #C8020A; }
span { border-color: rgb(200,2,10); }
td.TdClassName
{
border-color: #C8020A;
}
.TagClassName
{
border-color: #C8020A;
}
</style>