Shades of Venetian Red #CE0209
Tints of Venetian Red #CE0209
RGB
CMYK
RGB Variations
Color information
#CE0209 (or 0xCE0209) is known color: Venetian Red. HEX triplet: CE, 02 and 09. RGB value is (206,2,9). Sum of RGB (Red+Green+Blue) = 206+2+9=217 (28% of max value = 765). Red value is 206 (80.86% from 255 or 94.93% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0209 is #31FDF6. Grayscale: #3F3F3F. Windows color (decimal): -3276279 or 590542. OLE color: 590542.
HSL color Cylindrical-coordinate representation of color #CE0209: hue angle of 357.94º 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 #CE0209 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 9 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.19 |
| HSL | 357.94º | 0.98% | 0.41% | - |
| HSV(B) | 357.94º | 0.99% | 0.81% | - |
| XYZ | 25.52 | 13.18 | 1.46 | - |
| YUV | 63.79 | 97.09 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 9 | 0 | 0.99 | 0.96 | 0.19 | 357.94 | 0.98 | 0.41 |
| Hex | CE | 2 | 9 | 0 | 63 | 60 | 13 | 166 | 62 | 29 |
| Octal | 316 | 2 | 11 | 0 | 143 | 140 | 23 | 546 | 142 | 51 |
| Binary | 11001110 | 10 | 1001 | 0 | 1100011 | 1100000 | 10011 | 101100110 | 1100010 | 101001 |
Color Harmonies of #CE0209
Complementary color
Monochromatic Colors of #CE0209
Black with #CE0209
Text Example
Text Example
White with #CE0209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0209; }
p { color: rgb(206,2,9); }
H1.HeaderClassName
{
color: #CE0209;
}
.AnyTagClassName
{
color: #CE0209;
}
</style>
background-color css
<style>
a { background-color: #CE0209; }
a { background-color: rgb(206,2,9); }
div.DivClassName
{
background-color: #CE0209;
}
.BgClassName
{
background-color: #CE0209;
}
</style>
border-color css
<style>
span { border-color: #CE0209; }
span { border-color: rgb(206,2,9); }
td.TdClassName
{
border-color: #CE0209;
}
.TagClassName
{
border-color: #CE0209;
}
</style>