Shades of Venetian Red #CE0622
Tints of Venetian Red #CE0622
RGB
CMYK
RGB Variations
Color information
#CE0622 (or 0xCE0622) is known color: Venetian Red. HEX triplet: CE, 06 and 22. RGB value is (206,6,34). Sum of RGB (Red+Green+Blue) = 206+6+34=246 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.74% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0622 is #31F9DD. Grayscale: #454545. Windows color (decimal): -3275230 or 2229966. OLE color: 2229966.
HSL color Cylindrical-coordinate representation of color #CE0622: hue angle of 351.6º 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 #CE0622 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 34 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.19 |
| HSL | 351.6º | 0.94% | 0.42% | - |
| HSV(B) | 351.6º | 0.97% | 0.81% | - |
| XYZ | 25.81 | 13.37 | 2.73 | - |
| YUV | 68.99 | 108.26 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 34 | 0 | 0.97 | 0.83 | 0.19 | 351.6 | 0.94 | 0.42 |
| Hex | CE | 6 | 22 | 0 | 61 | 53 | 13 | 160 | 5E | 2A |
| Octal | 316 | 6 | 42 | 0 | 141 | 123 | 23 | 540 | 136 | 52 |
| Binary | 11001110 | 110 | 100010 | 0 | 1100001 | 1010011 | 10011 | 101100000 | 1011110 | 101010 |
Color Harmonies of #CE0622
Complementary color
Monochromatic Colors of #CE0622
Black with #CE0622
Text Example
Text Example
White with #CE0622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0622; }
p { color: rgb(206,6,34); }
H1.HeaderClassName
{
color: #CE0622;
}
.AnyTagClassName
{
color: #CE0622;
}
</style>
background-color css
<style>
a { background-color: #CE0622; }
a { background-color: rgb(206,6,34); }
div.DivClassName
{
background-color: #CE0622;
}
.BgClassName
{
background-color: #CE0622;
}
</style>
border-color css
<style>
span { border-color: #CE0622; }
span { border-color: rgb(206,6,34); }
td.TdClassName
{
border-color: #CE0622;
}
.TagClassName
{
border-color: #CE0622;
}
</style>