Shades of Venetian Red #C2010D
Tints of Venetian Red #C2010D
RGB
CMYK
RGB Variations
Color information
#C2010D (or 0xC2010D) is known color: Venetian Red. HEX triplet: C2, 01 and 0D. RGB value is (194,1,13). Sum of RGB (Red+Green+Blue) = 194+1+13=208 (27% of max value = 765). Red value is 194 (76.17% from 255 or 93.27% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 194 - color contains mainly: red. Hex color #C2010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2010D is #3DFEF2. Grayscale: #3C3C3C. Windows color (decimal): -4062963 or 852418. OLE color: 852418.
HSL color Cylindrical-coordinate representation of color #C2010D: hue angle of 356.27º 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 #C2010D is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.24 |
| HSL | 356.27º | 0.99% | 0.38% | - |
| HSV(B) | 356.27º | 0.99% | 0.76% | - |
| XYZ | 22.33 | 11.52 | 1.43 | - |
| YUV | 60.08 | 101.44 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 13 | 0 | 0.99 | 0.93 | 0.24 | 356.27 | 0.99 | 0.38 |
| Hex | C2 | 1 | D | 0 | 63 | 5D | 18 | 164 | 63 | 26 |
| Octal | 302 | 1 | 15 | 0 | 143 | 135 | 30 | 544 | 143 | 46 |
| Binary | 11000010 | 1 | 1101 | 0 | 1100011 | 1011101 | 11000 | 101100100 | 1100011 | 100110 |
Color Harmonies of #C2010D
Complementary color
Monochromatic Colors of #C2010D
Black with #C2010D
Text Example
Text Example
White with #C2010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2010D; }
p { color: rgb(194,1,13); }
H1.HeaderClassName
{
color: #C2010D;
}
.AnyTagClassName
{
color: #C2010D;
}
</style>
background-color css
<style>
a { background-color: #C2010D; }
a { background-color: rgb(194,1,13); }
div.DivClassName
{
background-color: #C2010D;
}
.BgClassName
{
background-color: #C2010D;
}
</style>
border-color css
<style>
span { border-color: #C2010D; }
span { border-color: rgb(194,1,13); }
td.TdClassName
{
border-color: #C2010D;
}
.TagClassName
{
border-color: #C2010D;
}
</style>