Shades of Venetian Red #C20015
Tints of Venetian Red #C20015
RGB
CMYK
RGB Variations
Color information
#C20015 (or 0xC20015) is known color: Venetian Red. HEX triplet: C2, 00 and 15. RGB value is (194,0,21). Sum of RGB (Red+Green+Blue) = 194+0+21=215 (28% of max value = 765). Red value is 194 (76.17% from 255 or 90.23% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 194 - color contains mainly: red. Hex color #C20015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20015 is #3DFFEA. Grayscale: #3C3C3C. Windows color (decimal): -4063211 or 1376450. OLE color: 1376450.
HSL color Cylindrical-coordinate representation of color #C20015: hue angle of 353.51º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20015 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.89 | 0.24 |
| HSL | 353.51º | 1% | 0.38% | - |
| HSV(B) | 353.51º | 1% | 0.76% | - |
| XYZ | 22.38 | 11.52 | 1.75 | - |
| YUV | 60.4 | 105.77 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 21 | 0 | 1 | 0.89 | 0.24 | 353.51 | 1 | 0.38 |
| Hex | C2 | 0 | 15 | 0 | 64 | 59 | 18 | 162 | 64 | 26 |
| Octal | 302 | 0 | 25 | 0 | 144 | 131 | 30 | 542 | 144 | 46 |
| Binary | 11000010 | 0 | 10101 | 0 | 1100100 | 1011001 | 11000 | 101100010 | 1100100 | 100110 |
Color Harmonies of #C20015
Complementary color
Monochromatic Colors of #C20015
Black with #C20015
Text Example
Text Example
White with #C20015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20015; }
p { color: rgb(194,0,21); }
H1.HeaderClassName
{
color: #C20015;
}
.AnyTagClassName
{
color: #C20015;
}
</style>
background-color css
<style>
a { background-color: #C20015; }
a { background-color: rgb(194,0,21); }
div.DivClassName
{
background-color: #C20015;
}
.BgClassName
{
background-color: #C20015;
}
</style>
border-color css
<style>
span { border-color: #C20015; }
span { border-color: rgb(194,0,21); }
td.TdClassName
{
border-color: #C20015;
}
.TagClassName
{
border-color: #C20015;
}
</style>