Shades of Venetian Red #CE0220
Tints of Venetian Red #CE0220
RGB
CMYK
RGB Variations
Color information
#CE0220 (or 0xCE0220) is known color: Venetian Red. HEX triplet: CE, 02 and 20. RGB value is (206,2,32). Sum of RGB (Red+Green+Blue) = 206+2+32=240 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.83% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0220 is #31FDDF. Grayscale: #424242. Windows color (decimal): -3276256 or 2097870. OLE color: 2097870.
HSL color Cylindrical-coordinate representation of color #CE0220: hue angle of 351.18º 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 #CE0220 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.19 |
| HSL | 351.18º | 0.98% | 0.41% | - |
| HSV(B) | 351.18º | 0.99% | 0.81% | - |
| XYZ | 25.74 | 13.27 | 2.57 | - |
| YUV | 66.42 | 108.59 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 32 | 0 | 0.99 | 0.84 | 0.19 | 351.18 | 0.98 | 0.41 |
| Hex | CE | 2 | 20 | 0 | 63 | 54 | 13 | 15F | 62 | 29 |
| Octal | 316 | 2 | 40 | 0 | 143 | 124 | 23 | 537 | 142 | 51 |
| Binary | 11001110 | 10 | 100000 | 0 | 1100011 | 1010100 | 10011 | 101011111 | 1100010 | 101001 |
Color Harmonies of #CE0220
Complementary color
Monochromatic Colors of #CE0220
Black with #CE0220
Text Example
Text Example
White with #CE0220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0220; }
p { color: rgb(206,2,32); }
H1.HeaderClassName
{
color: #CE0220;
}
.AnyTagClassName
{
color: #CE0220;
}
</style>
background-color css
<style>
a { background-color: #CE0220; }
a { background-color: rgb(206,2,32); }
div.DivClassName
{
background-color: #CE0220;
}
.BgClassName
{
background-color: #CE0220;
}
</style>
border-color css
<style>
span { border-color: #CE0220; }
span { border-color: rgb(206,2,32); }
td.TdClassName
{
border-color: #CE0220;
}
.TagClassName
{
border-color: #CE0220;
}
</style>