Shades of Venetian Red #CE0C11
Tints of Venetian Red #CE0C11
RGB
CMYK
RGB Variations
Color information
#CE0C11 (or 0xCE0C11) is known color: Venetian Red. HEX triplet: CE, 0C and 11. RGB value is (206,12,17). Sum of RGB (Red+Green+Blue) = 206+12+17=235 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.66% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0C11 is #31F3EE. Grayscale: #464646. Windows color (decimal): -3273711 or 1117390. OLE color: 1117390.
HSL color Cylindrical-coordinate representation of color #CE0C11: hue angle of 358.45º degrees, saturation: 0.89, 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 #CE0C11 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 17 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.19 |
| HSL | 358.45º | 0.89% | 0.43% | - |
| HSV(B) | 358.45º | 0.94% | 0.81% | - |
| XYZ | 25.69 | 13.43 | 1.77 | - |
| YUV | 70.58 | 97.77 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 17 | 0 | 0.94 | 0.92 | 0.19 | 358.45 | 0.89 | 0.43 |
| Hex | CE | C | 11 | 0 | 5E | 5C | 13 | 166 | 59 | 2B |
| Octal | 316 | 14 | 21 | 0 | 136 | 134 | 23 | 546 | 131 | 53 |
| Binary | 11001110 | 1100 | 10001 | 0 | 1011110 | 1011100 | 10011 | 101100110 | 1011001 | 101011 |
Color Harmonies of #CE0C11
Complementary color
Monochromatic Colors of #CE0C11
Black with #CE0C11
Text Example
Text Example
White with #CE0C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0C11; }
p { color: rgb(206,12,17); }
H1.HeaderClassName
{
color: #CE0C11;
}
.AnyTagClassName
{
color: #CE0C11;
}
</style>
background-color css
<style>
a { background-color: #CE0C11; }
a { background-color: rgb(206,12,17); }
div.DivClassName
{
background-color: #CE0C11;
}
.BgClassName
{
background-color: #CE0C11;
}
</style>
border-color css
<style>
span { border-color: #CE0C11; }
span { border-color: rgb(206,12,17); }
td.TdClassName
{
border-color: #CE0C11;
}
.TagClassName
{
border-color: #CE0C11;
}
</style>