Shades of Venetian Red #CE0508
Tints of Venetian Red #CE0508
RGB
CMYK
RGB Variations
Color information
#CE0508 (or 0xCE0508) is known color: Venetian Red. HEX triplet: CE, 05 and 08. RGB value is (206,5,8). Sum of RGB (Red+Green+Blue) = 206+5+8=219 (29% of max value = 765). Red value is 206 (80.86% from 255 or 94.06% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0508 is #31FAF7. Grayscale: #414141. Windows color (decimal): -3275512 or 525774. OLE color: 525774.
HSL color Cylindrical-coordinate representation of color #CE0508: hue angle of 359.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0508 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 8 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.19 |
| HSL | 359.1º | 0.95% | 0.41% | - |
| HSV(B) | 359.1º | 0.98% | 0.81% | - |
| XYZ | 25.55 | 13.25 | 1.44 | - |
| YUV | 65.44 | 95.59 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 8 | 0 | 0.98 | 0.96 | 0.19 | 359.1 | 0.95 | 0.41 |
| Hex | CE | 5 | 8 | 0 | 62 | 60 | 13 | 167 | 5F | 29 |
| Octal | 316 | 5 | 10 | 0 | 142 | 140 | 23 | 547 | 137 | 51 |
| Binary | 11001110 | 101 | 1000 | 0 | 1100010 | 1100000 | 10011 | 101100111 | 1011111 | 101001 |
Color Harmonies of #CE0508
Complementary color
Monochromatic Colors of #CE0508
Black with #CE0508
Text Example
Text Example
White with #CE0508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0508; }
p { color: rgb(206,5,8); }
H1.HeaderClassName
{
color: #CE0508;
}
.AnyTagClassName
{
color: #CE0508;
}
</style>
background-color css
<style>
a { background-color: #CE0508; }
a { background-color: rgb(206,5,8); }
div.DivClassName
{
background-color: #CE0508;
}
.BgClassName
{
background-color: #CE0508;
}
</style>
border-color css
<style>
span { border-color: #CE0508; }
span { border-color: rgb(206,5,8); }
td.TdClassName
{
border-color: #CE0508;
}
.TagClassName
{
border-color: #CE0508;
}
</style>