Shades of Venetian Red #CE0822
Tints of Venetian Red #CE0822
RGB
CMYK
RGB Variations
Color information
#CE0822 (or 0xCE0822) is known color: Venetian Red. HEX triplet: CE, 08 and 22. RGB value is (206,8,34). Sum of RGB (Red+Green+Blue) = 206+8+34=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0822 is #31F7DD. Grayscale: #464646. Windows color (decimal): -3274718 or 2230478. OLE color: 2230478.
HSL color Cylindrical-coordinate representation of color #CE0822: hue angle of 352.12º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0822 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 34 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.19 |
| HSL | 352.12º | 0.93% | 0.42% | - |
| HSV(B) | 352.12º | 0.96% | 0.81% | - |
| XYZ | 25.83 | 13.41 | 2.74 | - |
| YUV | 70.17 | 107.6 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 34 | 0 | 0.96 | 0.83 | 0.19 | 352.12 | 0.93 | 0.42 |
| Hex | CE | 8 | 22 | 0 | 60 | 53 | 13 | 160 | 5D | 2A |
| Octal | 316 | 10 | 42 | 0 | 140 | 123 | 23 | 540 | 135 | 52 |
| Binary | 11001110 | 1000 | 100010 | 0 | 1100000 | 1010011 | 10011 | 101100000 | 1011101 | 101010 |
Color Harmonies of #CE0822
Complementary color
Monochromatic Colors of #CE0822
Black with #CE0822
Text Example
Text Example
White with #CE0822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0822; }
p { color: rgb(206,8,34); }
H1.HeaderClassName
{
color: #CE0822;
}
.AnyTagClassName
{
color: #CE0822;
}
</style>
background-color css
<style>
a { background-color: #CE0822; }
a { background-color: rgb(206,8,34); }
div.DivClassName
{
background-color: #CE0822;
}
.BgClassName
{
background-color: #CE0822;
}
</style>
border-color css
<style>
span { border-color: #CE0822; }
span { border-color: rgb(206,8,34); }
td.TdClassName
{
border-color: #CE0822;
}
.TagClassName
{
border-color: #CE0822;
}
</style>