Shades of Venetian Red #C80814
Tints of Venetian Red #C80814
RGB
CMYK
RGB Variations
Color information
#C80814 (or 0xC80814) is known color: Venetian Red. HEX triplet: C8, 08 and 14. RGB value is (200,8,20). Sum of RGB (Red+Green+Blue) = 200+8+20=228 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.72% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 200 - color contains mainly: red. Hex color #C80814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80814 is #37F7EB. Grayscale: #424242. Windows color (decimal): -3667948 or 1312968. OLE color: 1312968.
HSL color Cylindrical-coordinate representation of color #C80814: hue angle of 356.25º 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 #C80814 is Cyan = 0, Magento = 0.96, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 20 | - |
| CMYK | 0 | 0.96 | 0.9 | 0.22 |
| HSL | 356.25º | 0.92% | 0.41% | - |
| HSV(B) | 356.25º | 0.96% | 0.78% | - |
| XYZ | 24.03 | 12.5 | 1.81 | - |
| YUV | 66.78 | 101.61 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 20 | 0 | 0.96 | 0.9 | 0.22 | 356.25 | 0.92 | 0.41 |
| Hex | C8 | 8 | 14 | 0 | 60 | 5A | 16 | 164 | 5C | 29 |
| Octal | 310 | 10 | 24 | 0 | 140 | 132 | 26 | 544 | 134 | 51 |
| Binary | 11001000 | 1000 | 10100 | 0 | 1100000 | 1011010 | 10110 | 101100100 | 1011100 | 101001 |
Color Harmonies of #C80814
Complementary color
Monochromatic Colors of #C80814
Black with #C80814
Text Example
Text Example
White with #C80814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80814; }
p { color: rgb(200,8,20); }
H1.HeaderClassName
{
color: #C80814;
}
.AnyTagClassName
{
color: #C80814;
}
</style>
background-color css
<style>
a { background-color: #C80814; }
a { background-color: rgb(200,8,20); }
div.DivClassName
{
background-color: #C80814;
}
.BgClassName
{
background-color: #C80814;
}
</style>
border-color css
<style>
span { border-color: #C80814; }
span { border-color: rgb(200,8,20); }
td.TdClassName
{
border-color: #C80814;
}
.TagClassName
{
border-color: #C80814;
}
</style>