Shades of Venetian Red #C20914
Tints of Venetian Red #C20914
RGB
CMYK
RGB Variations
Color information
#C20914 (or 0xC20914) is known color: Venetian Red. HEX triplet: C2, 09 and 14. RGB value is (194,9,20). Sum of RGB (Red+Green+Blue) = 194+9+20=223 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.00% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 194 - color contains mainly: red. Hex color #C20914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20914 is #3DF6EB. Grayscale: #414141. Windows color (decimal): -4060908 or 1313218. OLE color: 1313218.
HSL color Cylindrical-coordinate representation of color #C20914: hue angle of 356.43º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20914 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 20 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.24 |
| HSL | 356.43º | 0.91% | 0.4% | - |
| HSV(B) | 356.43º | 0.95% | 0.76% | - |
| XYZ | 22.47 | 11.72 | 1.74 | - |
| YUV | 65.57 | 102.29 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 20 | 0 | 0.95 | 0.90 | 0.24 | 356.43 | 0.91 | 0.4 |
| Hex | C2 | 9 | 14 | 0 | 5F | 5A | 18 | 164 | 5B | 28 |
| Octal | 302 | 11 | 24 | 0 | 137 | 132 | 30 | 544 | 133 | 50 |
| Binary | 11000010 | 1001 | 10100 | 0 | 1011111 | 1011010 | 11000 | 101100100 | 1011011 | 101000 |
Color Harmonies of #C20914
Complementary color
Monochromatic Colors of #C20914
Black with #C20914
Text Example
Text Example
White with #C20914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20914; }
p { color: rgb(194,9,20); }
H1.HeaderClassName
{
color: #C20914;
}
.AnyTagClassName
{
color: #C20914;
}
</style>
background-color css
<style>
a { background-color: #C20914; }
a { background-color: rgb(194,9,20); }
div.DivClassName
{
background-color: #C20914;
}
.BgClassName
{
background-color: #C20914;
}
</style>
border-color css
<style>
span { border-color: #C20914; }
span { border-color: rgb(194,9,20); }
td.TdClassName
{
border-color: #C20914;
}
.TagClassName
{
border-color: #C20914;
}
</style>