Shades of Venetian Red #C2052D
Tints of Venetian Red #C2052D
RGB
CMYK
RGB Variations
Color information
#C2052D (or 0xC2052D) is known color: Venetian Red. HEX triplet: C2, 05 and 2D. RGB value is (194,5,45). Sum of RGB (Red+Green+Blue) = 194+5+45=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C2052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2052D is #3DFAD2. Grayscale: #424242. Windows color (decimal): -4061907 or 2950594. OLE color: 2950594.
HSL color Cylindrical-coordinate representation of color #C2052D: hue angle of 347.3º 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 #C2052D is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 5 | 45 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.24 |
| HSL | 347.3º | 0.95% | 0.39% | - |
| HSV(B) | 347.3º | 0.97% | 0.76% | - |
| XYZ | 22.78 | 11.77 | 3.55 | - |
| YUV | 66.07 | 116.12 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 45 | 0 | 0.97 | 0.77 | 0.24 | 347.3 | 0.95 | 0.39 |
| Hex | C2 | 5 | 2D | 0 | 61 | 4D | 18 | 15B | 5F | 27 |
| Octal | 302 | 5 | 55 | 0 | 141 | 115 | 30 | 533 | 137 | 47 |
| Binary | 11000010 | 101 | 101101 | 0 | 1100001 | 1001101 | 11000 | 101011011 | 1011111 | 100111 |
Color Harmonies of #C2052D
Complementary color
Monochromatic Colors of #C2052D
Black with #C2052D
Text Example
Text Example
White with #C2052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2052D; }
p { color: rgb(194,5,45); }
H1.HeaderClassName
{
color: #C2052D;
}
.AnyTagClassName
{
color: #C2052D;
}
</style>
background-color css
<style>
a { background-color: #C2052D; }
a { background-color: rgb(194,5,45); }
div.DivClassName
{
background-color: #C2052D;
}
.BgClassName
{
background-color: #C2052D;
}
</style>
border-color css
<style>
span { border-color: #C2052D; }
span { border-color: rgb(194,5,45); }
td.TdClassName
{
border-color: #C2052D;
}
.TagClassName
{
border-color: #C2052D;
}
</style>