Shades of Venetian Red #CE0710
Tints of Venetian Red #CE0710
RGB
CMYK
RGB Variations
Color information
#CE0710 (or 0xCE0710) is known color: Venetian Red. HEX triplet: CE, 07 and 10. RGB value is (206,7,16). Sum of RGB (Red+Green+Blue) = 206+7+16=229 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.96% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0710 is #31F8EF. Grayscale: #434343. Windows color (decimal): -3274992 or 1050574. OLE color: 1050574.
HSL color Cylindrical-coordinate representation of color #CE0710: hue angle of 357.29º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0710 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 16 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.19 |
| HSL | 357.29º | 0.93% | 0.42% | - |
| HSV(B) | 357.29º | 0.97% | 0.81% | - |
| XYZ | 25.62 | 13.31 | 1.71 | - |
| YUV | 67.53 | 98.93 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 16 | 0 | 0.97 | 0.92 | 0.19 | 357.29 | 0.93 | 0.42 |
| Hex | CE | 7 | 10 | 0 | 61 | 5C | 13 | 165 | 5D | 2A |
| Octal | 316 | 7 | 20 | 0 | 141 | 134 | 23 | 545 | 135 | 52 |
| Binary | 11001110 | 111 | 10000 | 0 | 1100001 | 1011100 | 10011 | 101100101 | 1011101 | 101010 |
Color Harmonies of #CE0710
Complementary color
Monochromatic Colors of #CE0710
Black with #CE0710
Text Example
Text Example
White with #CE0710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0710; }
p { color: rgb(206,7,16); }
H1.HeaderClassName
{
color: #CE0710;
}
.AnyTagClassName
{
color: #CE0710;
}
</style>
background-color css
<style>
a { background-color: #CE0710; }
a { background-color: rgb(206,7,16); }
div.DivClassName
{
background-color: #CE0710;
}
.BgClassName
{
background-color: #CE0710;
}
</style>
border-color css
<style>
span { border-color: #CE0710; }
span { border-color: rgb(206,7,16); }
td.TdClassName
{
border-color: #CE0710;
}
.TagClassName
{
border-color: #CE0710;
}
</style>