Shades of Venetian Red #CE0012
Tints of Venetian Red #CE0012
RGB
CMYK
RGB Variations
Color information
#CE0012 (or 0xCE0012) is known color: Venetian Red. HEX triplet: CE, 00 and 12. RGB value is (206,0,18). Sum of RGB (Red+Green+Blue) = 206+0+18=224 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.96% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0012 is #31FFED. Grayscale: #3F3F3F. Windows color (decimal): -3276782 or 1179854. OLE color: 1179854.
HSL color Cylindrical-coordinate representation of color #CE0012: hue angle of 354.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0012 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.91 | 0.19 |
| HSL | 354.76º | 1% | 0.4% | - |
| HSV(B) | 354.76º | 1% | 0.81% | - |
| XYZ | 25.56 | 13.17 | 1.77 | - |
| YUV | 63.65 | 102.25 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 18 | 0 | 1 | 0.91 | 0.19 | 354.76 | 1 | 0.4 |
| Hex | CE | 0 | 12 | 0 | 64 | 5B | 13 | 163 | 64 | 28 |
| Octal | 316 | 0 | 22 | 0 | 144 | 133 | 23 | 543 | 144 | 50 |
| Binary | 11001110 | 0 | 10010 | 0 | 1100100 | 1011011 | 10011 | 101100011 | 1100100 | 101000 |
Color Harmonies of #CE0012
Complementary color
Monochromatic Colors of #CE0012
Black with #CE0012
Text Example
Text Example
White with #CE0012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0012; }
p { color: rgb(206,0,18); }
H1.HeaderClassName
{
color: #CE0012;
}
.AnyTagClassName
{
color: #CE0012;
}
</style>
background-color css
<style>
a { background-color: #CE0012; }
a { background-color: rgb(206,0,18); }
div.DivClassName
{
background-color: #CE0012;
}
.BgClassName
{
background-color: #CE0012;
}
</style>
border-color css
<style>
span { border-color: #CE0012; }
span { border-color: rgb(206,0,18); }
td.TdClassName
{
border-color: #CE0012;
}
.TagClassName
{
border-color: #CE0012;
}
</style>