Shades of Venetian Red #C20113
Tints of Venetian Red #C20113
RGB
CMYK
RGB Variations
Color information
#C20113 (or 0xC20113) is known color: Venetian Red. HEX triplet: C2, 01 and 13. RGB value is (194,1,19). Sum of RGB (Red+Green+Blue) = 194+1+19=214 (28% of max value = 765). Red value is 194 (76.17% from 255 or 90.65% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 194 - color contains mainly: red. Hex color #C20113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20113 is #3DFEEC. Grayscale: #3C3C3C. Windows color (decimal): -4062957 or 1245634. OLE color: 1245634.
HSL color Cylindrical-coordinate representation of color #C20113: hue angle of 354.4º 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 #C20113 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.24 |
| HSL | 354.4º | 0.99% | 0.38% | - |
| HSV(B) | 354.4º | 0.99% | 0.76% | - |
| XYZ | 22.38 | 11.54 | 1.66 | - |
| YUV | 60.76 | 104.44 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 19 | 0 | 0.99 | 0.90 | 0.24 | 354.4 | 0.99 | 0.38 |
| Hex | C2 | 1 | 13 | 0 | 63 | 5A | 18 | 162 | 63 | 26 |
| Octal | 302 | 1 | 23 | 0 | 143 | 132 | 30 | 542 | 143 | 46 |
| Binary | 11000010 | 1 | 10011 | 0 | 1100011 | 1011010 | 11000 | 101100010 | 1100011 | 100110 |
Color Harmonies of #C20113
Complementary color
Monochromatic Colors of #C20113
Black with #C20113
Text Example
Text Example
White with #C20113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20113; }
p { color: rgb(194,1,19); }
H1.HeaderClassName
{
color: #C20113;
}
.AnyTagClassName
{
color: #C20113;
}
</style>
background-color css
<style>
a { background-color: #C20113; }
a { background-color: rgb(194,1,19); }
div.DivClassName
{
background-color: #C20113;
}
.BgClassName
{
background-color: #C20113;
}
</style>
border-color css
<style>
span { border-color: #C20113; }
span { border-color: rgb(194,1,19); }
td.TdClassName
{
border-color: #C20113;
}
.TagClassName
{
border-color: #C20113;
}
</style>