Shades of Venetian Red #C2050B
Tints of Venetian Red #C2050B
RGB
CMYK
RGB Variations
Color information
#C2050B (or 0xC2050B) is known color: Venetian Red. HEX triplet: C2, 05 and 0B. RGB value is (194,5,11). Sum of RGB (Red+Green+Blue) = 194+5+11=210 (27% of max value = 765). Red value is 194 (76.17% from 255 or 92.38% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 194 - color contains mainly: red. Hex color #C2050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2050B is #3DFAF4. Grayscale: #3E3E3E. Windows color (decimal): -4061941 or 722370. OLE color: 722370.
HSL color Cylindrical-coordinate representation of color #C2050B: hue angle of 358.1º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2050B is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 5 | 11 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.24 |
| HSL | 358.1º | 0.95% | 0.39% | - |
| HSV(B) | 358.1º | 0.97% | 0.76% | - |
| XYZ | 22.36 | 11.6 | 1.38 | - |
| YUV | 62.2 | 99.12 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 11 | 0 | 0.97 | 0.94 | 0.24 | 358.1 | 0.95 | 0.39 |
| Hex | C2 | 5 | B | 0 | 61 | 5E | 18 | 166 | 5F | 27 |
| Octal | 302 | 5 | 13 | 0 | 141 | 136 | 30 | 546 | 137 | 47 |
| Binary | 11000010 | 101 | 1011 | 0 | 1100001 | 1011110 | 11000 | 101100110 | 1011111 | 100111 |
Color Harmonies of #C2050B
Complementary color
Monochromatic Colors of #C2050B
Black with #C2050B
Text Example
Text Example
White with #C2050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2050B; }
p { color: rgb(194,5,11); }
H1.HeaderClassName
{
color: #C2050B;
}
.AnyTagClassName
{
color: #C2050B;
}
</style>
background-color css
<style>
a { background-color: #C2050B; }
a { background-color: rgb(194,5,11); }
div.DivClassName
{
background-color: #C2050B;
}
.BgClassName
{
background-color: #C2050B;
}
</style>
border-color css
<style>
span { border-color: #C2050B; }
span { border-color: rgb(194,5,11); }
td.TdClassName
{
border-color: #C2050B;
}
.TagClassName
{
border-color: #C2050B;
}
</style>