Shades of Venetian Red #CE0106
Tints of Venetian Red #CE0106
RGB
CMYK
RGB Variations
Color information
#CE0106 (or 0xCE0106) is known color: Venetian Red. HEX triplet: CE, 01 and 06. RGB value is (206,1,6). Sum of RGB (Red+Green+Blue) = 206+1+6=213 (28% of max value = 765). Red value is 206 (80.86% from 255 or 96.71% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0106 is #31FEF9. Grayscale: #3F3F3F. Windows color (decimal): -3276538 or 393678. OLE color: 393678.
HSL color Cylindrical-coordinate representation of color #CE0106: hue angle of 358.54º 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 #CE0106 is Cyan = 0, Magento = 1.00, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 6 | - |
| CMYK | 0 | 1.00 | 0.97 | 0.19 |
| HSL | 358.54º | 0.99% | 0.41% | - |
| HSV(B) | 358.54º | 1% | 0.81% | - |
| XYZ | 25.5 | 13.16 | 1.37 | - |
| YUV | 62.87 | 95.92 | 230.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 6 | 0 | 1.00 | 0.97 | 0.19 | 358.54 | 0.99 | 0.41 |
| Hex | CE | 1 | 6 | 0 | 64 | 61 | 13 | 167 | 63 | 29 |
| Octal | 316 | 1 | 6 | 0 | 144 | 141 | 23 | 547 | 143 | 51 |
| Binary | 11001110 | 1 | 110 | 0 | 1100100 | 1100001 | 10011 | 101100111 | 1100011 | 101001 |
Color Harmonies of #CE0106
Complementary color
Monochromatic Colors of #CE0106
Black with #CE0106
Text Example
Text Example
White with #CE0106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0106; }
p { color: rgb(206,1,6); }
H1.HeaderClassName
{
color: #CE0106;
}
.AnyTagClassName
{
color: #CE0106;
}
</style>
background-color css
<style>
a { background-color: #CE0106; }
a { background-color: rgb(206,1,6); }
div.DivClassName
{
background-color: #CE0106;
}
.BgClassName
{
background-color: #CE0106;
}
</style>
border-color css
<style>
span { border-color: #CE0106; }
span { border-color: rgb(206,1,6); }
td.TdClassName
{
border-color: #CE0106;
}
.TagClassName
{
border-color: #CE0106;
}
</style>