Shades of Venetian Red #C20B19
Tints of Venetian Red #C20B19
RGB
CMYK
RGB Variations
Color information
#C20B19 (or 0xC20B19) is known color: Venetian Red. HEX triplet: C2, 0B and 19. RGB value is (194,11,25). Sum of RGB (Red+Green+Blue) = 194+11+25=230 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.35% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20B19 is #3DF4E6. Grayscale: #434343. Windows color (decimal): -4060391 or 1641410. OLE color: 1641410.
HSL color Cylindrical-coordinate representation of color #C20B19: hue angle of 355.41º 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 #C20B19 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 25 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.24 |
| HSL | 355.41º | 0.89% | 0.4% | - |
| HSV(B) | 355.41º | 0.94% | 0.76% | - |
| XYZ | 22.54 | 11.78 | 2.01 | - |
| YUV | 67.31 | 104.13 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 25 | 0 | 0.94 | 0.87 | 0.24 | 355.41 | 0.89 | 0.4 |
| Hex | C2 | B | 19 | 0 | 5E | 57 | 18 | 163 | 59 | 28 |
| Octal | 302 | 13 | 31 | 0 | 136 | 127 | 30 | 543 | 131 | 50 |
| Binary | 11000010 | 1011 | 11001 | 0 | 1011110 | 1010111 | 11000 | 101100011 | 1011001 | 101000 |
Color Harmonies of #C20B19
Complementary color
Monochromatic Colors of #C20B19
Black with #C20B19
Text Example
Text Example
White with #C20B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20B19; }
p { color: rgb(194,11,25); }
H1.HeaderClassName
{
color: #C20B19;
}
.AnyTagClassName
{
color: #C20B19;
}
</style>
background-color css
<style>
a { background-color: #C20B19; }
a { background-color: rgb(194,11,25); }
div.DivClassName
{
background-color: #C20B19;
}
.BgClassName
{
background-color: #C20B19;
}
</style>
border-color css
<style>
span { border-color: #C20B19; }
span { border-color: rgb(194,11,25); }
td.TdClassName
{
border-color: #C20B19;
}
.TagClassName
{
border-color: #C20B19;
}
</style>