Shades of Venetian Red #C20119
Tints of Venetian Red #C20119
RGB
CMYK
RGB Variations
Color information
#C20119 (or 0xC20119) is known color: Venetian Red. HEX triplet: C2, 01 and 19. RGB value is (194,1,25). Sum of RGB (Red+Green+Blue) = 194+1+25=220 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.18% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 194 - color contains mainly: red. Hex color #C20119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20119 is #3DFEE6. Grayscale: #3D3D3D. Windows color (decimal): -4062951 or 1638850. OLE color: 1638850.
HSL color Cylindrical-coordinate representation of color #C20119: hue angle of 352.54º 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 #C20119 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 25 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.24 |
| HSL | 352.54º | 0.99% | 0.38% | - |
| HSV(B) | 352.54º | 0.99% | 0.76% | - |
| XYZ | 22.43 | 11.56 | 1.97 | - |
| YUV | 61.44 | 107.44 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 25 | 0 | 0.99 | 0.87 | 0.24 | 352.54 | 0.99 | 0.38 |
| Hex | C2 | 1 | 19 | 0 | 63 | 57 | 18 | 161 | 63 | 26 |
| Octal | 302 | 1 | 31 | 0 | 143 | 127 | 30 | 541 | 143 | 46 |
| Binary | 11000010 | 1 | 11001 | 0 | 1100011 | 1010111 | 11000 | 101100001 | 1100011 | 100110 |
Color Harmonies of #C20119
Complementary color
Monochromatic Colors of #C20119
Black with #C20119
Text Example
Text Example
White with #C20119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20119; }
p { color: rgb(194,1,25); }
H1.HeaderClassName
{
color: #C20119;
}
.AnyTagClassName
{
color: #C20119;
}
</style>
background-color css
<style>
a { background-color: #C20119; }
a { background-color: rgb(194,1,25); }
div.DivClassName
{
background-color: #C20119;
}
.BgClassName
{
background-color: #C20119;
}
</style>
border-color css
<style>
span { border-color: #C20119; }
span { border-color: rgb(194,1,25); }
td.TdClassName
{
border-color: #C20119;
}
.TagClassName
{
border-color: #C20119;
}
</style>