Shades of Venetian Red #C2020B
Tints of Venetian Red #C2020B
RGB
CMYK
RGB Variations
Color information
#C2020B (or 0xC2020B) is known color: Venetian Red. HEX triplet: C2, 02 and 0B. RGB value is (194,2,11). Sum of RGB (Red+Green+Blue) = 194+2+11=207 (27% of max value = 765). Red value is 194 (76.17% from 255 or 93.72% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 194 - color contains mainly: red. Hex color #C2020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2020B is #3DFDF4. Grayscale: #3C3C3C. Windows color (decimal): -4062709 or 721602. OLE color: 721602.
HSL color Cylindrical-coordinate representation of color #C2020B: hue angle of 357.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2020B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.24 |
| HSL | 357.19º | 0.98% | 0.38% | - |
| HSV(B) | 357.19º | 0.99% | 0.76% | - |
| XYZ | 22.33 | 11.54 | 1.37 | - |
| YUV | 60.43 | 100.11 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 11 | 0 | 0.99 | 0.94 | 0.24 | 357.19 | 0.98 | 0.38 |
| Hex | C2 | 2 | B | 0 | 63 | 5E | 18 | 165 | 62 | 26 |
| Octal | 302 | 2 | 13 | 0 | 143 | 136 | 30 | 545 | 142 | 46 |
| Binary | 11000010 | 10 | 1011 | 0 | 1100011 | 1011110 | 11000 | 101100101 | 1100010 | 100110 |
Color Harmonies of #C2020B
Complementary color
Monochromatic Colors of #C2020B
Black with #C2020B
Text Example
Text Example
White with #C2020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2020B; }
p { color: rgb(194,2,11); }
H1.HeaderClassName
{
color: #C2020B;
}
.AnyTagClassName
{
color: #C2020B;
}
</style>
background-color css
<style>
a { background-color: #C2020B; }
a { background-color: rgb(194,2,11); }
div.DivClassName
{
background-color: #C2020B;
}
.BgClassName
{
background-color: #C2020B;
}
</style>
border-color css
<style>
span { border-color: #C2020B; }
span { border-color: rgb(194,2,11); }
td.TdClassName
{
border-color: #C2020B;
}
.TagClassName
{
border-color: #C2020B;
}
</style>