Shades of Venetian Red #CE0516
Tints of Venetian Red #CE0516
RGB
CMYK
RGB Variations
Color information
#CE0516 (or 0xCE0516) is known color: Venetian Red. HEX triplet: CE, 05 and 16. RGB value is (206,5,22). Sum of RGB (Red+Green+Blue) = 206+5+22=233 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.41% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0516 is #31FAE9. Grayscale: #434343. Windows color (decimal): -3275498 or 1443278. OLE color: 1443278.
HSL color Cylindrical-coordinate representation of color #CE0516: hue angle of 354.93º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0516 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 22 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.19 |
| HSL | 354.93º | 0.95% | 0.41% | - |
| HSV(B) | 354.93º | 0.98% | 0.81% | - |
| XYZ | 25.65 | 13.29 | 1.97 | - |
| YUV | 67.04 | 102.59 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 22 | 0 | 0.98 | 0.89 | 0.19 | 354.93 | 0.95 | 0.41 |
| Hex | CE | 5 | 16 | 0 | 62 | 59 | 13 | 163 | 5F | 29 |
| Octal | 316 | 5 | 26 | 0 | 142 | 131 | 23 | 543 | 137 | 51 |
| Binary | 11001110 | 101 | 10110 | 0 | 1100010 | 1011001 | 10011 | 101100011 | 1011111 | 101001 |
Color Harmonies of #CE0516
Complementary color
Monochromatic Colors of #CE0516
Black with #CE0516
Text Example
Text Example
White with #CE0516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0516; }
p { color: rgb(206,5,22); }
H1.HeaderClassName
{
color: #CE0516;
}
.AnyTagClassName
{
color: #CE0516;
}
</style>
background-color css
<style>
a { background-color: #CE0516; }
a { background-color: rgb(206,5,22); }
div.DivClassName
{
background-color: #CE0516;
}
.BgClassName
{
background-color: #CE0516;
}
</style>
border-color css
<style>
span { border-color: #CE0516; }
span { border-color: rgb(206,5,22); }
td.TdClassName
{
border-color: #CE0516;
}
.TagClassName
{
border-color: #CE0516;
}
</style>