Shades of Venetian Red #CE0620
Tints of Venetian Red #CE0620
RGB
CMYK
RGB Variations
Color information
#CE0620 (or 0xCE0620) is known color: Venetian Red. HEX triplet: CE, 06 and 20. RGB value is (206,6,32). Sum of RGB (Red+Green+Blue) = 206+6+32=244 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.43% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0620 is #31F9DF. Grayscale: #444444. Windows color (decimal): -3275232 or 2098894. OLE color: 2098894.
HSL color Cylindrical-coordinate representation of color #CE0620: hue angle of 352.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0620 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 32 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.19 |
| HSL | 352.2º | 0.94% | 0.42% | - |
| HSV(B) | 352.2º | 0.97% | 0.81% | - |
| XYZ | 25.78 | 13.36 | 2.59 | - |
| YUV | 68.76 | 107.26 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 32 | 0 | 0.97 | 0.84 | 0.19 | 352.2 | 0.94 | 0.42 |
| Hex | CE | 6 | 20 | 0 | 61 | 54 | 13 | 160 | 5E | 2A |
| Octal | 316 | 6 | 40 | 0 | 141 | 124 | 23 | 540 | 136 | 52 |
| Binary | 11001110 | 110 | 100000 | 0 | 1100001 | 1010100 | 10011 | 101100000 | 1011110 | 101010 |
Color Harmonies of #CE0620
Complementary color
Monochromatic Colors of #CE0620
Black with #CE0620
Text Example
Text Example
White with #CE0620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0620; }
p { color: rgb(206,6,32); }
H1.HeaderClassName
{
color: #CE0620;
}
.AnyTagClassName
{
color: #CE0620;
}
</style>
background-color css
<style>
a { background-color: #CE0620; }
a { background-color: rgb(206,6,32); }
div.DivClassName
{
background-color: #CE0620;
}
.BgClassName
{
background-color: #CE0620;
}
</style>
border-color css
<style>
span { border-color: #CE0620; }
span { border-color: rgb(206,6,32); }
td.TdClassName
{
border-color: #CE0620;
}
.TagClassName
{
border-color: #CE0620;
}
</style>