Shades of Venetian Red #CE1112
Tints of Venetian Red #CE1112
RGB
CMYK
RGB Variations
Color information
#CE1112 (or 0xCE1112) is known color: Venetian Red. HEX triplet: CE, 11 and 12. RGB value is (206,17,18). Sum of RGB (Red+Green+Blue) = 206+17+18=241 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.48% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1112 is #31EEED. Grayscale: #494949. Windows color (decimal): -3272430 or 1184206. OLE color: 1184206.
HSL color Cylindrical-coordinate representation of color #CE1112: hue angle of 359.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1112 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 18 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.19 |
| HSL | 359.68º | 0.85% | 0.44% | - |
| HSV(B) | 359.68º | 0.92% | 0.81% | - |
| XYZ | 25.76 | 13.57 | 1.83 | - |
| YUV | 73.63 | 96.62 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 18 | 0 | 0.92 | 0.91 | 0.19 | 359.68 | 0.85 | 0.44 |
| Hex | CE | 11 | 12 | 0 | 5C | 5B | 13 | 168 | 55 | 2C |
| Octal | 316 | 21 | 22 | 0 | 134 | 133 | 23 | 550 | 125 | 54 |
| Binary | 11001110 | 10001 | 10010 | 0 | 1011100 | 1011011 | 10011 | 101101000 | 1010101 | 101100 |
Color Harmonies of #CE1112
Complementary color
Monochromatic Colors of #CE1112
Black with #CE1112
Text Example
Text Example
White with #CE1112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1112; }
p { color: rgb(206,17,18); }
H1.HeaderClassName
{
color: #CE1112;
}
.AnyTagClassName
{
color: #CE1112;
}
</style>
background-color css
<style>
a { background-color: #CE1112; }
a { background-color: rgb(206,17,18); }
div.DivClassName
{
background-color: #CE1112;
}
.BgClassName
{
background-color: #CE1112;
}
</style>
border-color css
<style>
span { border-color: #CE1112; }
span { border-color: rgb(206,17,18); }
td.TdClassName
{
border-color: #CE1112;
}
.TagClassName
{
border-color: #CE1112;
}
</style>