Shades of Venetian Red #CE0913
Tints of Venetian Red #CE0913
RGB
CMYK
RGB Variations
Color information
#CE0913 (or 0xCE0913) is known color: Venetian Red. HEX triplet: CE, 09 and 13. RGB value is (206,9,19). Sum of RGB (Red+Green+Blue) = 206+9+19=234 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.03% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0913 is #31F6EC. Grayscale: #454545. Windows color (decimal): -3274477 or 1247694. OLE color: 1247694.
HSL color Cylindrical-coordinate representation of color #CE0913: hue angle of 356.95º degrees, saturation: 0.92, 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 #CE0913 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 19 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.19 |
| HSL | 356.95º | 0.92% | 0.42% | - |
| HSV(B) | 356.95º | 0.96% | 0.81% | - |
| XYZ | 25.67 | 13.36 | 1.84 | - |
| YUV | 69.04 | 99.77 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 19 | 0 | 0.96 | 0.91 | 0.19 | 356.95 | 0.92 | 0.42 |
| Hex | CE | 9 | 13 | 0 | 60 | 5B | 13 | 165 | 5C | 2A |
| Octal | 316 | 11 | 23 | 0 | 140 | 133 | 23 | 545 | 134 | 52 |
| Binary | 11001110 | 1001 | 10011 | 0 | 1100000 | 1011011 | 10011 | 101100101 | 1011100 | 101010 |
Color Harmonies of #CE0913
Complementary color
Monochromatic Colors of #CE0913
Black with #CE0913
Text Example
Text Example
White with #CE0913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0913; }
p { color: rgb(206,9,19); }
H1.HeaderClassName
{
color: #CE0913;
}
.AnyTagClassName
{
color: #CE0913;
}
</style>
background-color css
<style>
a { background-color: #CE0913; }
a { background-color: rgb(206,9,19); }
div.DivClassName
{
background-color: #CE0913;
}
.BgClassName
{
background-color: #CE0913;
}
</style>
border-color css
<style>
span { border-color: #CE0913; }
span { border-color: rgb(206,9,19); }
td.TdClassName
{
border-color: #CE0913;
}
.TagClassName
{
border-color: #CE0913;
}
</style>