Shades of Venetian Red #CE0110
Tints of Venetian Red #CE0110
RGB
CMYK
RGB Variations
Color information
#CE0110 (or 0xCE0110) is known color: Venetian Red. HEX triplet: CE, 01 and 10. RGB value is (206,1,16). Sum of RGB (Red+Green+Blue) = 206+1+16=223 (29% of max value = 765). Red value is 206 (80.86% from 255 or 92.38% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0110 is #31FEEF. Grayscale: #404040. Windows color (decimal): -3276528 or 1049038. OLE color: 1049038.
HSL color Cylindrical-coordinate representation of color #CE0110: hue angle of 355.61º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0110 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 16 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.19 |
| HSL | 355.61º | 0.99% | 0.41% | - |
| HSV(B) | 355.61º | 1% | 0.81% | - |
| XYZ | 25.56 | 13.18 | 1.69 | - |
| YUV | 64.01 | 100.92 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 16 | 0 | 1.00 | 0.92 | 0.19 | 355.61 | 0.99 | 0.41 |
| Hex | CE | 1 | 10 | 0 | 64 | 5C | 13 | 164 | 63 | 29 |
| Octal | 316 | 1 | 20 | 0 | 144 | 134 | 23 | 544 | 143 | 51 |
| Binary | 11001110 | 1 | 10000 | 0 | 1100100 | 1011100 | 10011 | 101100100 | 1100011 | 101001 |
Color Harmonies of #CE0110
Complementary color
Monochromatic Colors of #CE0110
Black with #CE0110
Text Example
Text Example
White with #CE0110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0110; }
p { color: rgb(206,1,16); }
H1.HeaderClassName
{
color: #CE0110;
}
.AnyTagClassName
{
color: #CE0110;
}
</style>
background-color css
<style>
a { background-color: #CE0110; }
a { background-color: rgb(206,1,16); }
div.DivClassName
{
background-color: #CE0110;
}
.BgClassName
{
background-color: #CE0110;
}
</style>
border-color css
<style>
span { border-color: #CE0110; }
span { border-color: rgb(206,1,16); }
td.TdClassName
{
border-color: #CE0110;
}
.TagClassName
{
border-color: #CE0110;
}
</style>