Shades of Venetian Red #C20B1E
Tints of Venetian Red #C20B1E
RGB
CMYK
RGB Variations
Color information
#C20B1E (or 0xC20B1E) is known color: Venetian Red. HEX triplet: C2, 0B and 1E. RGB value is (194,11,30). Sum of RGB (Red+Green+Blue) = 194+11+30=235 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.55% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20B1E is #3DF4E1. Grayscale: #434343. Windows color (decimal): -4060386 or 1969090. OLE color: 1969090.
HSL color Cylindrical-coordinate representation of color #C20B1E: hue angle of 353.77º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20B1E is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 30 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.24 |
| HSL | 353.77º | 0.89% | 0.4% | - |
| HSV(B) | 353.77º | 0.94% | 0.76% | - |
| XYZ | 22.6 | 11.8 | 2.32 | - |
| YUV | 67.88 | 106.63 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 30 | 0 | 0.94 | 0.85 | 0.24 | 353.77 | 0.89 | 0.4 |
| Hex | C2 | B | 1E | 0 | 5E | 55 | 18 | 162 | 59 | 28 |
| Octal | 302 | 13 | 36 | 0 | 136 | 125 | 30 | 542 | 131 | 50 |
| Binary | 11000010 | 1011 | 11110 | 0 | 1011110 | 1010101 | 11000 | 101100010 | 1011001 | 101000 |
Color Harmonies of #C20B1E
Complementary color
Monochromatic Colors of #C20B1E
Black with #C20B1E
Text Example
Text Example
White with #C20B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20B1E; }
p { color: rgb(194,11,30); }
H1.HeaderClassName
{
color: #C20B1E;
}
.AnyTagClassName
{
color: #C20B1E;
}
</style>
background-color css
<style>
a { background-color: #C20B1E; }
a { background-color: rgb(194,11,30); }
div.DivClassName
{
background-color: #C20B1E;
}
.BgClassName
{
background-color: #C20B1E;
}
</style>
border-color css
<style>
span { border-color: #C20B1E; }
span { border-color: rgb(194,11,30); }
td.TdClassName
{
border-color: #C20B1E;
}
.TagClassName
{
border-color: #C20B1E;
}
</style>