Shades of Venetian Red #CE0F13
Tints of Venetian Red #CE0F13
RGB
CMYK
RGB Variations
Color information
#CE0F13 (or 0xCE0F13) is known color: Venetian Red. HEX triplet: CE, 0F and 13. RGB value is (206,15,19). Sum of RGB (Red+Green+Blue) = 206+15+19=240 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.83% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0F13 is #31F0EC. Grayscale: #484848. Windows color (decimal): -3272941 or 1249230. OLE color: 1249230.
HSL color Cylindrical-coordinate representation of color #CE0F13: hue angle of 358.74º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0F13 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 19 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.19 |
| HSL | 358.74º | 0.86% | 0.43% | - |
| HSV(B) | 358.74º | 0.93% | 0.81% | - |
| XYZ | 25.74 | 13.51 | 1.87 | - |
| YUV | 72.57 | 97.78 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 19 | 0 | 0.93 | 0.91 | 0.19 | 358.74 | 0.86 | 0.43 |
| Hex | CE | F | 13 | 0 | 5D | 5B | 13 | 167 | 56 | 2B |
| Octal | 316 | 17 | 23 | 0 | 135 | 133 | 23 | 547 | 126 | 53 |
| Binary | 11001110 | 1111 | 10011 | 0 | 1011101 | 1011011 | 10011 | 101100111 | 1010110 | 101011 |
Color Harmonies of #CE0F13
Complementary color
Monochromatic Colors of #CE0F13
Black with #CE0F13
Text Example
Text Example
White with #CE0F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F13; }
p { color: rgb(206,15,19); }
H1.HeaderClassName
{
color: #CE0F13;
}
.AnyTagClassName
{
color: #CE0F13;
}
</style>
background-color css
<style>
a { background-color: #CE0F13; }
a { background-color: rgb(206,15,19); }
div.DivClassName
{
background-color: #CE0F13;
}
.BgClassName
{
background-color: #CE0F13;
}
</style>
border-color css
<style>
span { border-color: #CE0F13; }
span { border-color: rgb(206,15,19); }
td.TdClassName
{
border-color: #CE0F13;
}
.TagClassName
{
border-color: #CE0F13;
}
</style>