Shades of Venetian Red #CE020C
Tints of Venetian Red #CE020C
RGB
CMYK
RGB Variations
Color information
#CE020C (or 0xCE020C) is known color: Venetian Red. HEX triplet: CE, 02 and 0C. RGB value is (206,2,12). Sum of RGB (Red+Green+Blue) = 206+2+12=220 (29% of max value = 765). Red value is 206 (80.86% from 255 or 93.64% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 206 - color contains mainly: red. Hex color #CE020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE020C is #31FDF3. Grayscale: #404040. Windows color (decimal): -3276276 or 787150. OLE color: 787150.
HSL color Cylindrical-coordinate representation of color #CE020C: hue angle of 357.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE020C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.19 |
| HSL | 357.06º | 0.98% | 0.41% | - |
| HSV(B) | 357.06º | 0.99% | 0.81% | - |
| XYZ | 25.54 | 13.19 | 1.55 | - |
| YUV | 64.14 | 98.59 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 12 | 0 | 0.99 | 0.94 | 0.19 | 357.06 | 0.98 | 0.41 |
| Hex | CE | 2 | C | 0 | 63 | 5E | 13 | 165 | 62 | 29 |
| Octal | 316 | 2 | 14 | 0 | 143 | 136 | 23 | 545 | 142 | 51 |
| Binary | 11001110 | 10 | 1100 | 0 | 1100011 | 1011110 | 10011 | 101100101 | 1100010 | 101001 |
Color Harmonies of #CE020C
Complementary color
Monochromatic Colors of #CE020C
Black with #CE020C
Text Example
Text Example
White with #CE020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE020C; }
p { color: rgb(206,2,12); }
H1.HeaderClassName
{
color: #CE020C;
}
.AnyTagClassName
{
color: #CE020C;
}
</style>
background-color css
<style>
a { background-color: #CE020C; }
a { background-color: rgb(206,2,12); }
div.DivClassName
{
background-color: #CE020C;
}
.BgClassName
{
background-color: #CE020C;
}
</style>
border-color css
<style>
span { border-color: #CE020C; }
span { border-color: rgb(206,2,12); }
td.TdClassName
{
border-color: #CE020C;
}
.TagClassName
{
border-color: #CE020C;
}
</style>