Shades of Venetian Red #CE0210
Tints of Venetian Red #CE0210
RGB
CMYK
RGB Variations
Color information
#CE0210 (or 0xCE0210) is known color: Venetian Red. HEX triplet: CE, 02 and 10. RGB value is (206,2,16). Sum of RGB (Red+Green+Blue) = 206+2+16=224 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.96% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0210 is #31FDEF. Grayscale: #404040. Windows color (decimal): -3276272 or 1049294. OLE color: 1049294.
HSL color Cylindrical-coordinate representation of color #CE0210: hue angle of 355.88º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0210 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.19 |
| HSL | 355.88º | 0.98% | 0.41% | - |
| HSV(B) | 355.88º | 0.99% | 0.81% | - |
| XYZ | 25.57 | 13.2 | 1.69 | - |
| YUV | 64.59 | 100.59 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 16 | 0 | 0.99 | 0.92 | 0.19 | 355.88 | 0.98 | 0.41 |
| Hex | CE | 2 | 10 | 0 | 63 | 5C | 13 | 164 | 62 | 29 |
| Octal | 316 | 2 | 20 | 0 | 143 | 134 | 23 | 544 | 142 | 51 |
| Binary | 11001110 | 10 | 10000 | 0 | 1100011 | 1011100 | 10011 | 101100100 | 1100010 | 101001 |
Color Harmonies of #CE0210
Complementary color
Monochromatic Colors of #CE0210
Black with #CE0210
Text Example
Text Example
White with #CE0210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0210; }
p { color: rgb(206,2,16); }
H1.HeaderClassName
{
color: #CE0210;
}
.AnyTagClassName
{
color: #CE0210;
}
</style>
background-color css
<style>
a { background-color: #CE0210; }
a { background-color: rgb(206,2,16); }
div.DivClassName
{
background-color: #CE0210;
}
.BgClassName
{
background-color: #CE0210;
}
</style>
border-color css
<style>
span { border-color: #CE0210; }
span { border-color: rgb(206,2,16); }
td.TdClassName
{
border-color: #CE0210;
}
.TagClassName
{
border-color: #CE0210;
}
</style>