Shades of Venetian Red #C80815
Tints of Venetian Red #C80815
RGB
CMYK
RGB Variations
Color information
#C80815 (or 0xC80815) is known color: Venetian Red. HEX triplet: C8, 08 and 15. RGB value is (200,8,21). Sum of RGB (Red+Green+Blue) = 200+8+21=229 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.34% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 200 - color contains mainly: red. Hex color #C80815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80815 is #37F7EA. Grayscale: #434343. Windows color (decimal): -3667947 or 1378504. OLE color: 1378504.
HSL color Cylindrical-coordinate representation of color #C80815: hue angle of 355.94º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80815 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 21 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.22 |
| HSL | 355.94º | 0.92% | 0.41% | - |
| HSV(B) | 355.94º | 0.96% | 0.78% | - |
| XYZ | 24.04 | 12.51 | 1.86 | - |
| YUV | 66.89 | 102.11 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 21 | 0 | 0.96 | 0.90 | 0.22 | 355.94 | 0.92 | 0.41 |
| Hex | C8 | 8 | 15 | 0 | 60 | 5A | 16 | 164 | 5C | 29 |
| Octal | 310 | 10 | 25 | 0 | 140 | 132 | 26 | 544 | 134 | 51 |
| Binary | 11001000 | 1000 | 10101 | 0 | 1100000 | 1011010 | 10110 | 101100100 | 1011100 | 101001 |
Color Harmonies of #C80815
Complementary color
Monochromatic Colors of #C80815
Black with #C80815
Text Example
Text Example
White with #C80815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80815; }
p { color: rgb(200,8,21); }
H1.HeaderClassName
{
color: #C80815;
}
.AnyTagClassName
{
color: #C80815;
}
</style>
background-color css
<style>
a { background-color: #C80815; }
a { background-color: rgb(200,8,21); }
div.DivClassName
{
background-color: #C80815;
}
.BgClassName
{
background-color: #C80815;
}
</style>
border-color css
<style>
span { border-color: #C80815; }
span { border-color: rgb(200,8,21); }
td.TdClassName
{
border-color: #C80815;
}
.TagClassName
{
border-color: #C80815;
}
</style>