Shades of Venetian Red #C20212
Tints of Venetian Red #C20212
RGB
CMYK
RGB Variations
Color information
#C20212 (or 0xC20212) is known color: Venetian Red. HEX triplet: C2, 02 and 12. RGB value is (194,2,18). Sum of RGB (Red+Green+Blue) = 194+2+18=214 (28% of max value = 765). Red value is 194 (76.17% from 255 or 90.65% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 194 - color contains mainly: red. Hex color #C20212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20212 is #3DFDED. Grayscale: #3D3D3D. Windows color (decimal): -4062702 or 1180354. OLE color: 1180354.
HSL color Cylindrical-coordinate representation of color #C20212: hue angle of 355º 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 #C20212 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.24 |
| HSL | 355º | 0.98% | 0.38% | - |
| HSV(B) | 355º | 0.99% | 0.76% | - |
| XYZ | 22.38 | 11.56 | 1.62 | - |
| YUV | 61.23 | 103.61 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 18 | 0 | 0.99 | 0.91 | 0.24 | 355 | 0.98 | 0.38 |
| Hex | C2 | 2 | 12 | 0 | 63 | 5B | 18 | 163 | 62 | 26 |
| Octal | 302 | 2 | 22 | 0 | 143 | 133 | 30 | 543 | 142 | 46 |
| Binary | 11000010 | 10 | 10010 | 0 | 1100011 | 1011011 | 11000 | 101100011 | 1100010 | 100110 |
Color Harmonies of #C20212
Complementary color
Monochromatic Colors of #C20212
Black with #C20212
Text Example
Text Example
White with #C20212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20212; }
p { color: rgb(194,2,18); }
H1.HeaderClassName
{
color: #C20212;
}
.AnyTagClassName
{
color: #C20212;
}
</style>
background-color css
<style>
a { background-color: #C20212; }
a { background-color: rgb(194,2,18); }
div.DivClassName
{
background-color: #C20212;
}
.BgClassName
{
background-color: #C20212;
}
</style>
border-color css
<style>
span { border-color: #C20212; }
span { border-color: rgb(194,2,18); }
td.TdClassName
{
border-color: #C20212;
}
.TagClassName
{
border-color: #C20212;
}
</style>