Shades of Venetian Red #CE0D10
Tints of Venetian Red #CE0D10
RGB
CMYK
RGB Variations
Color information
#CE0D10 (or 0xCE0D10) is known color: Venetian Red. HEX triplet: CE, 0D and 10. RGB value is (206,13,16). Sum of RGB (Red+Green+Blue) = 206+13+16=235 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.66% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0D10 is #31F2EF. Grayscale: #474747. Windows color (decimal): -3273456 or 1052110. OLE color: 1052110.
HSL color Cylindrical-coordinate representation of color #CE0D10: hue angle of 359.07º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0D10 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 16 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.19 |
| HSL | 359.07º | 0.88% | 0.43% | - |
| HSV(B) | 359.07º | 0.94% | 0.81% | - |
| XYZ | 25.69 | 13.45 | 1.73 | - |
| YUV | 71.05 | 96.94 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 16 | 0 | 0.94 | 0.92 | 0.19 | 359.07 | 0.88 | 0.43 |
| Hex | CE | D | 10 | 0 | 5E | 5C | 13 | 167 | 58 | 2B |
| Octal | 316 | 15 | 20 | 0 | 136 | 134 | 23 | 547 | 130 | 53 |
| Binary | 11001110 | 1101 | 10000 | 0 | 1011110 | 1011100 | 10011 | 101100111 | 1011000 | 101011 |
Color Harmonies of #CE0D10
Complementary color
Monochromatic Colors of #CE0D10
Black with #CE0D10
Text Example
Text Example
White with #CE0D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0D10; }
p { color: rgb(206,13,16); }
H1.HeaderClassName
{
color: #CE0D10;
}
.AnyTagClassName
{
color: #CE0D10;
}
</style>
background-color css
<style>
a { background-color: #CE0D10; }
a { background-color: rgb(206,13,16); }
div.DivClassName
{
background-color: #CE0D10;
}
.BgClassName
{
background-color: #CE0D10;
}
</style>
border-color css
<style>
span { border-color: #CE0D10; }
span { border-color: rgb(206,13,16); }
td.TdClassName
{
border-color: #CE0D10;
}
.TagClassName
{
border-color: #CE0D10;
}
</style>