Shades of Venetian Red #C2010E
Tints of Venetian Red #C2010E
RGB
CMYK
RGB Variations
Color information
#C2010E (or 0xC2010E) is known color: Venetian Red. HEX triplet: C2, 01 and 0E. RGB value is (194,1,14). Sum of RGB (Red+Green+Blue) = 194+1+14=209 (27% of max value = 765). Red value is 194 (76.17% from 255 or 92.82% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 194 - color contains mainly: red. Hex color #C2010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2010E is #3DFEF1. Grayscale: #3C3C3C. Windows color (decimal): -4062962 or 917954. OLE color: 917954.
HSL color Cylindrical-coordinate representation of color #C2010E: hue angle of 355.96º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2010E is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.24 |
| HSL | 355.96º | 0.99% | 0.38% | - |
| HSV(B) | 355.96º | 0.99% | 0.76% | - |
| XYZ | 22.34 | 11.52 | 1.46 | - |
| YUV | 60.19 | 101.94 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 14 | 0 | 0.99 | 0.93 | 0.24 | 355.96 | 0.99 | 0.38 |
| Hex | C2 | 1 | E | 0 | 63 | 5D | 18 | 164 | 63 | 26 |
| Octal | 302 | 1 | 16 | 0 | 143 | 135 | 30 | 544 | 143 | 46 |
| Binary | 11000010 | 1 | 1110 | 0 | 1100011 | 1011101 | 11000 | 101100100 | 1100011 | 100110 |
Color Harmonies of #C2010E
Complementary color
Monochromatic Colors of #C2010E
Black with #C2010E
Text Example
Text Example
White with #C2010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2010E; }
p { color: rgb(194,1,14); }
H1.HeaderClassName
{
color: #C2010E;
}
.AnyTagClassName
{
color: #C2010E;
}
</style>
background-color css
<style>
a { background-color: #C2010E; }
a { background-color: rgb(194,1,14); }
div.DivClassName
{
background-color: #C2010E;
}
.BgClassName
{
background-color: #C2010E;
}
</style>
border-color css
<style>
span { border-color: #C2010E; }
span { border-color: rgb(194,1,14); }
td.TdClassName
{
border-color: #C2010E;
}
.TagClassName
{
border-color: #C2010E;
}
</style>