Shades of Venetian Red #CE0114
Tints of Venetian Red #CE0114
RGB
CMYK
RGB Variations
Color information
#CE0114 (or 0xCE0114) is known color: Venetian Red. HEX triplet: CE, 01 and 14. RGB value is (206,1,20). Sum of RGB (Red+Green+Blue) = 206+1+20=227 (30% of max value = 765). Red value is 206 (80.86% from 255 or 90.75% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0114 is #31FEEB. Grayscale: #404040. Windows color (decimal): -3276524 or 1311182. OLE color: 1311182.
HSL color Cylindrical-coordinate representation of color #CE0114: hue angle of 354.44º 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 #CE0114 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 20 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.19 |
| HSL | 354.44º | 0.99% | 0.41% | - |
| HSV(B) | 354.44º | 1% | 0.81% | - |
| XYZ | 25.59 | 13.19 | 1.86 | - |
| YUV | 64.46 | 102.92 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 20 | 0 | 1.00 | 0.90 | 0.19 | 354.44 | 0.99 | 0.41 |
| Hex | CE | 1 | 14 | 0 | 64 | 5A | 13 | 162 | 63 | 29 |
| Octal | 316 | 1 | 24 | 0 | 144 | 132 | 23 | 542 | 143 | 51 |
| Binary | 11001110 | 1 | 10100 | 0 | 1100100 | 1011010 | 10011 | 101100010 | 1100011 | 101001 |
Color Harmonies of #CE0114
Complementary color
Monochromatic Colors of #CE0114
Black with #CE0114
Text Example
Text Example
White with #CE0114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0114; }
p { color: rgb(206,1,20); }
H1.HeaderClassName
{
color: #CE0114;
}
.AnyTagClassName
{
color: #CE0114;
}
</style>
background-color css
<style>
a { background-color: #CE0114; }
a { background-color: rgb(206,1,20); }
div.DivClassName
{
background-color: #CE0114;
}
.BgClassName
{
background-color: #CE0114;
}
</style>
border-color css
<style>
span { border-color: #CE0114; }
span { border-color: rgb(206,1,20); }
td.TdClassName
{
border-color: #CE0114;
}
.TagClassName
{
border-color: #CE0114;
}
</style>