Shades of Venetian Red #CE0709
Tints of Venetian Red #CE0709
RGB
CMYK
RGB Variations
Color information
#CE0709 (or 0xCE0709) is known color: Venetian Red. HEX triplet: CE, 07 and 09. RGB value is (206,7,9). Sum of RGB (Red+Green+Blue) = 206+7+9=222 (29% of max value = 765). Red value is 206 (80.86% from 255 or 92.79% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0709 is #31F8F6. Grayscale: #424242. Windows color (decimal): -3274999 or 591822. OLE color: 591822.
HSL color Cylindrical-coordinate representation of color #CE0709: hue angle of 359.4º degrees, saturation: 0.93, 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 #CE0709 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 9 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.19 |
| HSL | 359.4º | 0.93% | 0.42% | - |
| HSV(B) | 359.4º | 0.97% | 0.81% | - |
| XYZ | 25.58 | 13.29 | 1.48 | - |
| YUV | 66.73 | 95.43 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 9 | 0 | 0.97 | 0.96 | 0.19 | 359.4 | 0.93 | 0.42 |
| Hex | CE | 7 | 9 | 0 | 61 | 60 | 13 | 167 | 5D | 2A |
| Octal | 316 | 7 | 11 | 0 | 141 | 140 | 23 | 547 | 135 | 52 |
| Binary | 11001110 | 111 | 1001 | 0 | 1100001 | 1100000 | 10011 | 101100111 | 1011101 | 101010 |
Color Harmonies of #CE0709
Complementary color
Monochromatic Colors of #CE0709
Black with #CE0709
Text Example
Text Example
White with #CE0709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0709; }
p { color: rgb(206,7,9); }
H1.HeaderClassName
{
color: #CE0709;
}
.AnyTagClassName
{
color: #CE0709;
}
</style>
background-color css
<style>
a { background-color: #CE0709; }
a { background-color: rgb(206,7,9); }
div.DivClassName
{
background-color: #CE0709;
}
.BgClassName
{
background-color: #CE0709;
}
</style>
border-color css
<style>
span { border-color: #CE0709; }
span { border-color: rgb(206,7,9); }
td.TdClassName
{
border-color: #CE0709;
}
.TagClassName
{
border-color: #CE0709;
}
</style>