Shades of Venetian Red #C20B13
Tints of Venetian Red #C20B13
RGB
CMYK
RGB Variations
Color information
#C20B13 (or 0xC20B13) is known color: Venetian Red. HEX triplet: C2, 0B and 13. RGB value is (194,11,19). Sum of RGB (Red+Green+Blue) = 194+11+19=224 (29% of max value = 765). Red value is 194 (76.17% from 255 or 86.61% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20B13 is #3DF4EC. Grayscale: #424242. Windows color (decimal): -4060397 or 1248194. OLE color: 1248194.
HSL color Cylindrical-coordinate representation of color #C20B13: hue angle of 357.38º 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 #C20B13 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 19 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.24 |
| HSL | 357.38º | 0.89% | 0.4% | - |
| HSV(B) | 357.38º | 0.94% | 0.76% | - |
| XYZ | 22.49 | 11.76 | 1.7 | - |
| YUV | 66.63 | 101.13 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 19 | 0 | 0.94 | 0.90 | 0.24 | 357.38 | 0.89 | 0.4 |
| Hex | C2 | B | 13 | 0 | 5E | 5A | 18 | 165 | 59 | 28 |
| Octal | 302 | 13 | 23 | 0 | 136 | 132 | 30 | 545 | 131 | 50 |
| Binary | 11000010 | 1011 | 10011 | 0 | 1011110 | 1011010 | 11000 | 101100101 | 1011001 | 101000 |
Color Harmonies of #C20B13
Complementary color
Monochromatic Colors of #C20B13
Black with #C20B13
Text Example
Text Example
White with #C20B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20B13; }
p { color: rgb(194,11,19); }
H1.HeaderClassName
{
color: #C20B13;
}
.AnyTagClassName
{
color: #C20B13;
}
</style>
background-color css
<style>
a { background-color: #C20B13; }
a { background-color: rgb(194,11,19); }
div.DivClassName
{
background-color: #C20B13;
}
.BgClassName
{
background-color: #C20B13;
}
</style>
border-color css
<style>
span { border-color: #C20B13; }
span { border-color: rgb(194,11,19); }
td.TdClassName
{
border-color: #C20B13;
}
.TagClassName
{
border-color: #C20B13;
}
</style>