Shades of Venetian Red #CE0316
Tints of Venetian Red #CE0316
RGB
CMYK
RGB Variations
Color information
#CE0316 (or 0xCE0316) is known color: Venetian Red. HEX triplet: CE, 03 and 16. RGB value is (206,3,22). Sum of RGB (Red+Green+Blue) = 206+3+22=231 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.18% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0316 is #31FCE9. Grayscale: #414141. Windows color (decimal): -3276010 or 1442766. OLE color: 1442766.
HSL color Cylindrical-coordinate representation of color #CE0316: hue angle of 354.38º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0316 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 22 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.19 |
| HSL | 354.38º | 0.97% | 0.41% | - |
| HSV(B) | 354.38º | 0.99% | 0.81% | - |
| XYZ | 25.63 | 13.24 | 1.96 | - |
| YUV | 65.86 | 103.25 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 22 | 0 | 0.99 | 0.89 | 0.19 | 354.38 | 0.97 | 0.41 |
| Hex | CE | 3 | 16 | 0 | 63 | 59 | 13 | 162 | 61 | 29 |
| Octal | 316 | 3 | 26 | 0 | 143 | 131 | 23 | 542 | 141 | 51 |
| Binary | 11001110 | 11 | 10110 | 0 | 1100011 | 1011001 | 10011 | 101100010 | 1100001 | 101001 |
Color Harmonies of #CE0316
Complementary color
Monochromatic Colors of #CE0316
Black with #CE0316
Text Example
Text Example
White with #CE0316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0316; }
p { color: rgb(206,3,22); }
H1.HeaderClassName
{
color: #CE0316;
}
.AnyTagClassName
{
color: #CE0316;
}
</style>
background-color css
<style>
a { background-color: #CE0316; }
a { background-color: rgb(206,3,22); }
div.DivClassName
{
background-color: #CE0316;
}
.BgClassName
{
background-color: #CE0316;
}
</style>
border-color css
<style>
span { border-color: #CE0316; }
span { border-color: rgb(206,3,22); }
td.TdClassName
{
border-color: #CE0316;
}
.TagClassName
{
border-color: #CE0316;
}
</style>