Shades of Venetian Red #C7051C
Tints of Venetian Red #C7051C
RGB
CMYK
RGB Variations
Color information
#C7051C (or 0xC7051C) is known color: Venetian Red. HEX triplet: C7, 05 and 1C. RGB value is (199,5,28). Sum of RGB (Red+Green+Blue) = 199+5+28=232 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.78% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 199 - color contains mainly: red. Hex color #C7051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7051C is #38FAE3. Grayscale: #414141. Windows color (decimal): -3734244 or 1836487. OLE color: 1836487.
HSL color Cylindrical-coordinate representation of color #C7051C: hue angle of 352.89º 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 #C7051C is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 28 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.22 |
| HSL | 352.89º | 0.95% | 0.4% | - |
| HSV(B) | 352.89º | 0.97% | 0.78% | - |
| XYZ | 23.82 | 12.33 | 2.22 | - |
| YUV | 65.63 | 106.77 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 28 | 0 | 0.97 | 0.86 | 0.22 | 352.89 | 0.95 | 0.4 |
| Hex | C7 | 5 | 1C | 0 | 61 | 56 | 16 | 161 | 5F | 28 |
| Octal | 307 | 5 | 34 | 0 | 141 | 126 | 26 | 541 | 137 | 50 |
| Binary | 11000111 | 101 | 11100 | 0 | 1100001 | 1010110 | 10110 | 101100001 | 1011111 | 101000 |
Color Harmonies of #C7051C
Complementary color
Monochromatic Colors of #C7051C
Black with #C7051C
Text Example
Text Example
White with #C7051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7051C; }
p { color: rgb(199,5,28); }
H1.HeaderClassName
{
color: #C7051C;
}
.AnyTagClassName
{
color: #C7051C;
}
</style>
background-color css
<style>
a { background-color: #C7051C; }
a { background-color: rgb(199,5,28); }
div.DivClassName
{
background-color: #C7051C;
}
.BgClassName
{
background-color: #C7051C;
}
</style>
border-color css
<style>
span { border-color: #C7051C; }
span { border-color: rgb(199,5,28); }
td.TdClassName
{
border-color: #C7051C;
}
.TagClassName
{
border-color: #C7051C;
}
</style>