Shades of Venetian Red #C20B1D
Tints of Venetian Red #C20B1D
RGB
CMYK
RGB Variations
Color information
#C20B1D (or 0xC20B1D) is known color: Venetian Red. HEX triplet: C2, 0B and 1D. RGB value is (194,11,29). Sum of RGB (Red+Green+Blue) = 194+11+29=234 (30% of max value = 765). Red value is 194 (76.17% from 255 or 82.91% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20B1D is #3DF4E2. Grayscale: #434343. Windows color (decimal): -4060387 or 1903554. OLE color: 1903554.
HSL color Cylindrical-coordinate representation of color #C20B1D: hue angle of 354.1º 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 #C20B1D is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 29 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.24 |
| HSL | 354.1º | 0.89% | 0.4% | - |
| HSV(B) | 354.1º | 0.94% | 0.76% | - |
| XYZ | 22.59 | 11.8 | 2.25 | - |
| YUV | 67.77 | 106.13 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 29 | 0 | 0.94 | 0.85 | 0.24 | 354.1 | 0.89 | 0.4 |
| Hex | C2 | B | 1D | 0 | 5E | 55 | 18 | 162 | 59 | 28 |
| Octal | 302 | 13 | 35 | 0 | 136 | 125 | 30 | 542 | 131 | 50 |
| Binary | 11000010 | 1011 | 11101 | 0 | 1011110 | 1010101 | 11000 | 101100010 | 1011001 | 101000 |
Color Harmonies of #C20B1D
Complementary color
Monochromatic Colors of #C20B1D
Black with #C20B1D
Text Example
Text Example
White with #C20B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20B1D; }
p { color: rgb(194,11,29); }
H1.HeaderClassName
{
color: #C20B1D;
}
.AnyTagClassName
{
color: #C20B1D;
}
</style>
background-color css
<style>
a { background-color: #C20B1D; }
a { background-color: rgb(194,11,29); }
div.DivClassName
{
background-color: #C20B1D;
}
.BgClassName
{
background-color: #C20B1D;
}
</style>
border-color css
<style>
span { border-color: #C20B1D; }
span { border-color: rgb(194,11,29); }
td.TdClassName
{
border-color: #C20B1D;
}
.TagClassName
{
border-color: #C20B1D;
}
</style>