Shades of Venetian Red #C0010E
Tints of Venetian Red #C0010E
RGB
CMYK
RGB Variations
Color information
#C0010E (or 0xC0010E) is known color: Venetian Red. HEX triplet: C0, 01 and 0E. RGB value is (192,1,14). Sum of RGB (Red+Green+Blue) = 192+1+14=207 (27% of max value = 765). Red value is 192 (75.39% from 255 or 92.75% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 192 - color contains mainly: red. Hex color #C0010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0010E is #3FFEF1. Grayscale: #3B3B3B. Windows color (decimal): -4194034 or 917952. OLE color: 917952.
HSL color Cylindrical-coordinate representation of color #C0010E: hue angle of 355.92º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0010E is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.25 |
| HSL | 355.92º | 0.99% | 0.38% | - |
| HSV(B) | 355.92º | 0.99% | 0.75% | - |
| XYZ | 21.83 | 11.26 | 1.44 | - |
| YUV | 59.59 | 102.28 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 14 | 0 | 0.99 | 0.93 | 0.25 | 355.92 | 0.99 | 0.38 |
| Hex | C0 | 1 | E | 0 | 63 | 5D | 19 | 164 | 63 | 26 |
| Octal | 300 | 1 | 16 | 0 | 143 | 135 | 31 | 544 | 143 | 46 |
| Binary | 11000000 | 1 | 1110 | 0 | 1100011 | 1011101 | 11001 | 101100100 | 1100011 | 100110 |
Color Harmonies of #C0010E
Complementary color
Monochromatic Colors of #C0010E
Black with #C0010E
Text Example
Text Example
White with #C0010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0010E; }
p { color: rgb(192,1,14); }
H1.HeaderClassName
{
color: #C0010E;
}
.AnyTagClassName
{
color: #C0010E;
}
</style>
background-color css
<style>
a { background-color: #C0010E; }
a { background-color: rgb(192,1,14); }
div.DivClassName
{
background-color: #C0010E;
}
.BgClassName
{
background-color: #C0010E;
}
</style>
border-color css
<style>
span { border-color: #C0010E; }
span { border-color: rgb(192,1,14); }
td.TdClassName
{
border-color: #C0010E;
}
.TagClassName
{
border-color: #C0010E;
}
</style>