Shades of Venetian Red #C20612
Tints of Venetian Red #C20612
RGB
CMYK
RGB Variations
Color information
#C20612 (or 0xC20612) is known color: Venetian Red. HEX triplet: C2, 06 and 12. RGB value is (194,6,18). Sum of RGB (Red+Green+Blue) = 194+6+18=218 (28% of max value = 765). Red value is 194 (76.17% from 255 or 88.99% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 194 - color contains mainly: red. Hex color #C20612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20612 is #3DF9ED. Grayscale: #3F3F3F. Windows color (decimal): -4061678 or 1181378. OLE color: 1181378.
HSL color Cylindrical-coordinate representation of color #C20612: hue angle of 356.17º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20612 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 18 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.24 |
| HSL | 356.17º | 0.94% | 0.39% | - |
| HSV(B) | 356.17º | 0.97% | 0.76% | - |
| XYZ | 22.42 | 11.64 | 1.64 | - |
| YUV | 63.58 | 102.28 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 18 | 0 | 0.97 | 0.91 | 0.24 | 356.17 | 0.94 | 0.39 |
| Hex | C2 | 6 | 12 | 0 | 61 | 5B | 18 | 164 | 5E | 27 |
| Octal | 302 | 6 | 22 | 0 | 141 | 133 | 30 | 544 | 136 | 47 |
| Binary | 11000010 | 110 | 10010 | 0 | 1100001 | 1011011 | 11000 | 101100100 | 1011110 | 100111 |
Color Harmonies of #C20612
Complementary color
Monochromatic Colors of #C20612
Black with #C20612
Text Example
Text Example
White with #C20612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20612; }
p { color: rgb(194,6,18); }
H1.HeaderClassName
{
color: #C20612;
}
.AnyTagClassName
{
color: #C20612;
}
</style>
background-color css
<style>
a { background-color: #C20612; }
a { background-color: rgb(194,6,18); }
div.DivClassName
{
background-color: #C20612;
}
.BgClassName
{
background-color: #C20612;
}
</style>
border-color css
<style>
span { border-color: #C20612; }
span { border-color: rgb(194,6,18); }
td.TdClassName
{
border-color: #C20612;
}
.TagClassName
{
border-color: #C20612;
}
</style>