Shades of Venetian Red #C7052A
Tints of Venetian Red #C7052A
RGB
CMYK
RGB Variations
Color information
#C7052A (or 0xC7052A) is known color: Venetian Red. HEX triplet: C7, 05 and 2A. RGB value is (199,5,42). Sum of RGB (Red+Green+Blue) = 199+5+42=246 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.89% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 199 - color contains mainly: red. Hex color #C7052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7052A is #38FAD5. Grayscale: #434343. Windows color (decimal): -3734230 or 2753991. OLE color: 2753991.
HSL color Cylindrical-coordinate representation of color #C7052A: hue angle of 348.56º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7052A is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 42 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.22 |
| HSL | 348.56º | 0.95% | 0.4% | - |
| HSV(B) | 348.56º | 0.97% | 0.78% | - |
| XYZ | 24.03 | 12.42 | 3.32 | - |
| YUV | 67.22 | 113.77 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 42 | 0 | 0.97 | 0.79 | 0.22 | 348.56 | 0.95 | 0.4 |
| Hex | C7 | 5 | 2A | 0 | 61 | 4F | 16 | 15D | 5F | 28 |
| Octal | 307 | 5 | 52 | 0 | 141 | 117 | 26 | 535 | 137 | 50 |
| Binary | 11000111 | 101 | 101010 | 0 | 1100001 | 1001111 | 10110 | 101011101 | 1011111 | 101000 |
Color Harmonies of #C7052A
Complementary color
Monochromatic Colors of #C7052A
Black with #C7052A
Text Example
Text Example
White with #C7052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7052A; }
p { color: rgb(199,5,42); }
H1.HeaderClassName
{
color: #C7052A;
}
.AnyTagClassName
{
color: #C7052A;
}
</style>
background-color css
<style>
a { background-color: #C7052A; }
a { background-color: rgb(199,5,42); }
div.DivClassName
{
background-color: #C7052A;
}
.BgClassName
{
background-color: #C7052A;
}
</style>
border-color css
<style>
span { border-color: #C7052A; }
span { border-color: rgb(199,5,42); }
td.TdClassName
{
border-color: #C7052A;
}
.TagClassName
{
border-color: #C7052A;
}
</style>