Shades of Venetian Red #CE0C14
Tints of Venetian Red #CE0C14
RGB
CMYK
RGB Variations
Color information
#CE0C14 (or 0xCE0C14) is known color: Venetian Red. HEX triplet: CE, 0C and 14. RGB value is (206,12,20). Sum of RGB (Red+Green+Blue) = 206+12+20=238 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.55% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0C14 is #31F3EB. Grayscale: #474747. Windows color (decimal): -3273708 or 1313998. OLE color: 1313998.
HSL color Cylindrical-coordinate representation of color #CE0C14: hue angle of 357.53º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0C14 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 20 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.19 |
| HSL | 357.53º | 0.89% | 0.43% | - |
| HSV(B) | 357.53º | 0.94% | 0.81% | - |
| XYZ | 25.71 | 13.44 | 1.9 | - |
| YUV | 70.92 | 99.27 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 20 | 0 | 0.94 | 0.90 | 0.19 | 357.53 | 0.89 | 0.43 |
| Hex | CE | C | 14 | 0 | 5E | 5A | 13 | 166 | 59 | 2B |
| Octal | 316 | 14 | 24 | 0 | 136 | 132 | 23 | 546 | 131 | 53 |
| Binary | 11001110 | 1100 | 10100 | 0 | 1011110 | 1011010 | 10011 | 101100110 | 1011001 | 101011 |
Color Harmonies of #CE0C14
Complementary color
Monochromatic Colors of #CE0C14
Black with #CE0C14
Text Example
Text Example
White with #CE0C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0C14; }
p { color: rgb(206,12,20); }
H1.HeaderClassName
{
color: #CE0C14;
}
.AnyTagClassName
{
color: #CE0C14;
}
</style>
background-color css
<style>
a { background-color: #CE0C14; }
a { background-color: rgb(206,12,20); }
div.DivClassName
{
background-color: #CE0C14;
}
.BgClassName
{
background-color: #CE0C14;
}
</style>
border-color css
<style>
span { border-color: #CE0C14; }
span { border-color: rgb(206,12,20); }
td.TdClassName
{
border-color: #CE0C14;
}
.TagClassName
{
border-color: #CE0C14;
}
</style>