Shades of Venetian Red #C80624
Tints of Venetian Red #C80624
RGB
CMYK
RGB Variations
Color information
#C80624 (or 0xC80624) is known color: Venetian Red. HEX triplet: C8, 06 and 24. RGB value is (200,6,36). Sum of RGB (Red+Green+Blue) = 200+6+36=242 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.64% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 200 - color contains mainly: red. Hex color #C80624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80624 is #37F9DB. Grayscale: #434343. Windows color (decimal): -3668444 or 2361032. OLE color: 2361032.
HSL color Cylindrical-coordinate representation of color #C80624: hue angle of 350.72º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80624 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 36 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.22 |
| HSL | 350.72º | 0.94% | 0.4% | - |
| HSV(B) | 350.72º | 0.97% | 0.78% | - |
| XYZ | 24.2 | 12.54 | 2.81 | - |
| YUV | 67.43 | 110.27 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 36 | 0 | 0.97 | 0.82 | 0.22 | 350.72 | 0.94 | 0.4 |
| Hex | C8 | 6 | 24 | 0 | 61 | 52 | 16 | 15F | 5E | 28 |
| Octal | 310 | 6 | 44 | 0 | 141 | 122 | 26 | 537 | 136 | 50 |
| Binary | 11001000 | 110 | 100100 | 0 | 1100001 | 1010010 | 10110 | 101011111 | 1011110 | 101000 |
Color Harmonies of #C80624
Complementary color
Monochromatic Colors of #C80624
Black with #C80624
Text Example
Text Example
White with #C80624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80624; }
p { color: rgb(200,6,36); }
H1.HeaderClassName
{
color: #C80624;
}
.AnyTagClassName
{
color: #C80624;
}
</style>
background-color css
<style>
a { background-color: #C80624; }
a { background-color: rgb(200,6,36); }
div.DivClassName
{
background-color: #C80624;
}
.BgClassName
{
background-color: #C80624;
}
</style>
border-color css
<style>
span { border-color: #C80624; }
span { border-color: rgb(200,6,36); }
td.TdClassName
{
border-color: #C80624;
}
.TagClassName
{
border-color: #C80624;
}
</style>