Shades of Venetian Red #CE0416
Tints of Venetian Red #CE0416
RGB
CMYK
RGB Variations
Color information
#CE0416 (or 0xCE0416) is known color: Venetian Red. HEX triplet: CE, 04 and 16. RGB value is (206,4,22). Sum of RGB (Red+Green+Blue) = 206+4+22=232 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.79% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0416 is #31FBE9. Grayscale: #424242. Windows color (decimal): -3275754 or 1443022. OLE color: 1443022.
HSL color Cylindrical-coordinate representation of color #CE0416: hue angle of 354.65º degrees, saturation: 0.96, 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 #CE0416 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 22 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.19 |
| HSL | 354.65º | 0.96% | 0.41% | - |
| HSV(B) | 354.65º | 0.98% | 0.81% | - |
| XYZ | 25.64 | 13.27 | 1.97 | - |
| YUV | 66.45 | 102.92 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 22 | 0 | 0.98 | 0.89 | 0.19 | 354.65 | 0.96 | 0.41 |
| Hex | CE | 4 | 16 | 0 | 62 | 59 | 13 | 163 | 60 | 29 |
| Octal | 316 | 4 | 26 | 0 | 142 | 131 | 23 | 543 | 140 | 51 |
| Binary | 11001110 | 100 | 10110 | 0 | 1100010 | 1011001 | 10011 | 101100011 | 1100000 | 101001 |
Color Harmonies of #CE0416
Complementary color
Monochromatic Colors of #CE0416
Black with #CE0416
Text Example
Text Example
White with #CE0416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0416; }
p { color: rgb(206,4,22); }
H1.HeaderClassName
{
color: #CE0416;
}
.AnyTagClassName
{
color: #CE0416;
}
</style>
background-color css
<style>
a { background-color: #CE0416; }
a { background-color: rgb(206,4,22); }
div.DivClassName
{
background-color: #CE0416;
}
.BgClassName
{
background-color: #CE0416;
}
</style>
border-color css
<style>
span { border-color: #CE0416; }
span { border-color: rgb(206,4,22); }
td.TdClassName
{
border-color: #CE0416;
}
.TagClassName
{
border-color: #CE0416;
}
</style>