Shades of Venetian Red #CE0112
Tints of Venetian Red #CE0112
RGB
CMYK
RGB Variations
Color information
#CE0112 (or 0xCE0112) is known color: Venetian Red. HEX triplet: CE, 01 and 12. RGB value is (206,1,18). Sum of RGB (Red+Green+Blue) = 206+1+18=225 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.56% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0112 is #31FEED. Grayscale: #404040. Windows color (decimal): -3276526 or 1180110. OLE color: 1180110.
HSL color Cylindrical-coordinate representation of color #CE0112: hue angle of 355.02º 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 #CE0112 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 18 | - |
| CMYK | 0 | 1.00 | 0.91 | 0.19 |
| HSL | 355.02º | 0.99% | 0.41% | - |
| HSV(B) | 355.02º | 1% | 0.81% | - |
| XYZ | 25.57 | 13.19 | 1.77 | - |
| YUV | 64.23 | 101.92 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 18 | 0 | 1.00 | 0.91 | 0.19 | 355.02 | 0.99 | 0.41 |
| Hex | CE | 1 | 12 | 0 | 64 | 5B | 13 | 163 | 63 | 29 |
| Octal | 316 | 1 | 22 | 0 | 144 | 133 | 23 | 543 | 143 | 51 |
| Binary | 11001110 | 1 | 10010 | 0 | 1100100 | 1011011 | 10011 | 101100011 | 1100011 | 101001 |
Color Harmonies of #CE0112
Complementary color
Monochromatic Colors of #CE0112
Black with #CE0112
Text Example
Text Example
White with #CE0112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0112; }
p { color: rgb(206,1,18); }
H1.HeaderClassName
{
color: #CE0112;
}
.AnyTagClassName
{
color: #CE0112;
}
</style>
background-color css
<style>
a { background-color: #CE0112; }
a { background-color: rgb(206,1,18); }
div.DivClassName
{
background-color: #CE0112;
}
.BgClassName
{
background-color: #CE0112;
}
</style>
border-color css
<style>
span { border-color: #CE0112; }
span { border-color: rgb(206,1,18); }
td.TdClassName
{
border-color: #CE0112;
}
.TagClassName
{
border-color: #CE0112;
}
</style>