Shades of Venetian Red #CE0022
Tints of Venetian Red #CE0022
RGB
CMYK
RGB Variations
Color information
#CE0022 (or 0xCE0022) is known color: Venetian Red. HEX triplet: CE, 00 and 22. RGB value is (206,0,34). Sum of RGB (Red+Green+Blue) = 206+0+34=240 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.83% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0022 is #31FFDD. Grayscale: #414141. Windows color (decimal): -3276766 or 2228430. OLE color: 2228430.
HSL color Cylindrical-coordinate representation of color #CE0022: hue angle of 350.1º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0022 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.83 | 0.19 |
| HSL | 350.1º | 1% | 0.4% | - |
| HSV(B) | 350.1º | 1% | 0.81% | - |
| XYZ | 25.74 | 13.24 | 2.71 | - |
| YUV | 65.47 | 110.25 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 34 | 0 | 1 | 0.83 | 0.19 | 350.1 | 1 | 0.4 |
| Hex | CE | 0 | 22 | 0 | 64 | 53 | 13 | 15E | 64 | 28 |
| Octal | 316 | 0 | 42 | 0 | 144 | 123 | 23 | 536 | 144 | 50 |
| Binary | 11001110 | 0 | 100010 | 0 | 1100100 | 1010011 | 10011 | 101011110 | 1100100 | 101000 |
Color Harmonies of #CE0022
Complementary color
Monochromatic Colors of #CE0022
Black with #CE0022
Text Example
Text Example
White with #CE0022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0022; }
p { color: rgb(206,0,34); }
H1.HeaderClassName
{
color: #CE0022;
}
.AnyTagClassName
{
color: #CE0022;
}
</style>
background-color css
<style>
a { background-color: #CE0022; }
a { background-color: rgb(206,0,34); }
div.DivClassName
{
background-color: #CE0022;
}
.BgClassName
{
background-color: #CE0022;
}
</style>
border-color css
<style>
span { border-color: #CE0022; }
span { border-color: rgb(206,0,34); }
td.TdClassName
{
border-color: #CE0022;
}
.TagClassName
{
border-color: #CE0022;
}
</style>