Shades of Venetian Red #C00721
Tints of Venetian Red #C00721
RGB
CMYK
RGB Variations
Color information
#C00721 (or 0xC00721) is known color: Venetian Red. HEX triplet: C0, 07 and 21. RGB value is (192,7,33). Sum of RGB (Red+Green+Blue) = 192+7+33=232 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.76% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 192 - color contains mainly: red. Hex color #C00721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00721 is #3FF8DE. Grayscale: #414141. Windows color (decimal): -4192479 or 2164672. OLE color: 2164672.
HSL color Cylindrical-coordinate representation of color #C00721: hue angle of 351.57º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00721 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 33 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.25 |
| HSL | 351.57º | 0.93% | 0.39% | - |
| HSV(B) | 351.57º | 0.96% | 0.75% | - |
| XYZ | 22.09 | 11.47 | 2.49 | - |
| YUV | 65.28 | 109.79 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 33 | 0 | 0.96 | 0.83 | 0.25 | 351.57 | 0.93 | 0.39 |
| Hex | C0 | 7 | 21 | 0 | 60 | 53 | 19 | 160 | 5D | 27 |
| Octal | 300 | 7 | 41 | 0 | 140 | 123 | 31 | 540 | 135 | 47 |
| Binary | 11000000 | 111 | 100001 | 0 | 1100000 | 1010011 | 11001 | 101100000 | 1011101 | 100111 |
Color Harmonies of #C00721
Complementary color
Monochromatic Colors of #C00721
Black with #C00721
Text Example
Text Example
White with #C00721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00721; }
p { color: rgb(192,7,33); }
H1.HeaderClassName
{
color: #C00721;
}
.AnyTagClassName
{
color: #C00721;
}
</style>
background-color css
<style>
a { background-color: #C00721; }
a { background-color: rgb(192,7,33); }
div.DivClassName
{
background-color: #C00721;
}
.BgClassName
{
background-color: #C00721;
}
</style>
border-color css
<style>
span { border-color: #C00721; }
span { border-color: rgb(192,7,33); }
td.TdClassName
{
border-color: #C00721;
}
.TagClassName
{
border-color: #C00721;
}
</style>