Shades of Venetian Red #C80529
Tints of Venetian Red #C80529
RGB
CMYK
RGB Variations
Color information
#C80529 (or 0xC80529) is known color: Venetian Red. HEX triplet: C8, 05 and 29. RGB value is (200,5,41). Sum of RGB (Red+Green+Blue) = 200+5+41=246 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.30% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 200 - color contains mainly: red. Hex color #C80529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80529 is #37FAD6. Grayscale: #434343. Windows color (decimal): -3668695 or 2688456. OLE color: 2688456.
HSL color Cylindrical-coordinate representation of color #C80529: hue angle of 348.92º 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 #C80529 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.22 |
| HSL | 348.92º | 0.95% | 0.4% | - |
| HSV(B) | 348.92º | 0.98% | 0.78% | - |
| XYZ | 24.27 | 12.55 | 3.24 | - |
| YUV | 67.41 | 113.1 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 41 | 0 | 0.98 | 0.80 | 0.22 | 348.92 | 0.95 | 0.4 |
| Hex | C8 | 5 | 29 | 0 | 62 | 50 | 16 | 15D | 5F | 28 |
| Octal | 310 | 5 | 51 | 0 | 142 | 120 | 26 | 535 | 137 | 50 |
| Binary | 11001000 | 101 | 101001 | 0 | 1100010 | 1010000 | 10110 | 101011101 | 1011111 | 101000 |
Color Harmonies of #C80529
Complementary color
Monochromatic Colors of #C80529
Black with #C80529
Text Example
Text Example
White with #C80529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80529; }
p { color: rgb(200,5,41); }
H1.HeaderClassName
{
color: #C80529;
}
.AnyTagClassName
{
color: #C80529;
}
</style>
background-color css
<style>
a { background-color: #C80529; }
a { background-color: rgb(200,5,41); }
div.DivClassName
{
background-color: #C80529;
}
.BgClassName
{
background-color: #C80529;
}
</style>
border-color css
<style>
span { border-color: #C80529; }
span { border-color: rgb(200,5,41); }
td.TdClassName
{
border-color: #C80529;
}
.TagClassName
{
border-color: #C80529;
}
</style>