Shades of Venetian Red #CE0815
Tints of Venetian Red #CE0815
RGB
CMYK
RGB Variations
Color information
#CE0815 (or 0xCE0815) is known color: Venetian Red. HEX triplet: CE, 08 and 15. RGB value is (206,8,21). Sum of RGB (Red+Green+Blue) = 206+8+21=235 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.66% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0815 is #31F7EA. Grayscale: #444444. Windows color (decimal): -3274731 or 1378510. OLE color: 1378510.
HSL color Cylindrical-coordinate representation of color #CE0815: hue angle of 356.06º 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 #CE0815 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 21 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.19 |
| HSL | 356.06º | 0.93% | 0.42% | - |
| HSV(B) | 356.06º | 0.96% | 0.81% | - |
| XYZ | 25.68 | 13.35 | 1.93 | - |
| YUV | 68.68 | 101.1 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 21 | 0 | 0.96 | 0.90 | 0.19 | 356.06 | 0.93 | 0.42 |
| Hex | CE | 8 | 15 | 0 | 60 | 5A | 13 | 164 | 5D | 2A |
| Octal | 316 | 10 | 25 | 0 | 140 | 132 | 23 | 544 | 135 | 52 |
| Binary | 11001110 | 1000 | 10101 | 0 | 1100000 | 1011010 | 10011 | 101100100 | 1011101 | 101010 |
Color Harmonies of #CE0815
Complementary color
Monochromatic Colors of #CE0815
Black with #CE0815
Text Example
Text Example
White with #CE0815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0815; }
p { color: rgb(206,8,21); }
H1.HeaderClassName
{
color: #CE0815;
}
.AnyTagClassName
{
color: #CE0815;
}
</style>
background-color css
<style>
a { background-color: #CE0815; }
a { background-color: rgb(206,8,21); }
div.DivClassName
{
background-color: #CE0815;
}
.BgClassName
{
background-color: #CE0815;
}
</style>
border-color css
<style>
span { border-color: #CE0815; }
span { border-color: rgb(206,8,21); }
td.TdClassName
{
border-color: #CE0815;
}
.TagClassName
{
border-color: #CE0815;
}
</style>