Shades of Venetian Red #C80512
Tints of Venetian Red #C80512
RGB
CMYK
RGB Variations
Color information
#C80512 (or 0xC80512) is known color: Venetian Red. HEX triplet: C8, 05 and 12. RGB value is (200,5,18). Sum of RGB (Red+Green+Blue) = 200+5+18=223 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.69% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 200 - color contains mainly: red. Hex color #C80512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80512 is #37FAED. Grayscale: #404040. Windows color (decimal): -3668718 or 1181128. OLE color: 1181128.
HSL color Cylindrical-coordinate representation of color #C80512: hue angle of 356º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80512 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 18 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.22 |
| HSL | 356º | 0.95% | 0.4% | - |
| HSV(B) | 356º | 0.98% | 0.78% | - |
| XYZ | 23.98 | 12.43 | 1.71 | - |
| YUV | 64.79 | 101.6 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 18 | 0 | 0.98 | 0.91 | 0.22 | 356 | 0.95 | 0.4 |
| Hex | C8 | 5 | 12 | 0 | 62 | 5B | 16 | 164 | 5F | 28 |
| Octal | 310 | 5 | 22 | 0 | 142 | 133 | 26 | 544 | 137 | 50 |
| Binary | 11001000 | 101 | 10010 | 0 | 1100010 | 1011011 | 10110 | 101100100 | 1011111 | 101000 |
Color Harmonies of #C80512
Complementary color
Monochromatic Colors of #C80512
Black with #C80512
Text Example
Text Example
White with #C80512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80512; }
p { color: rgb(200,5,18); }
H1.HeaderClassName
{
color: #C80512;
}
.AnyTagClassName
{
color: #C80512;
}
</style>
background-color css
<style>
a { background-color: #C80512; }
a { background-color: rgb(200,5,18); }
div.DivClassName
{
background-color: #C80512;
}
.BgClassName
{
background-color: #C80512;
}
</style>
border-color css
<style>
span { border-color: #C80512; }
span { border-color: rgb(200,5,18); }
td.TdClassName
{
border-color: #C80512;
}
.TagClassName
{
border-color: #C80512;
}
</style>