Shades of Venetian Red #C7050C
Tints of Venetian Red #C7050C
RGB
CMYK
RGB Variations
Color information
#C7050C (or 0xC7050C) is known color: Venetian Red. HEX triplet: C7, 05 and 0C. RGB value is (199,5,12). Sum of RGB (Red+Green+Blue) = 199+5+12=216 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.13% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 199 - color contains mainly: red. Hex color #C7050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7050C is #38FAF3. Grayscale: #3F3F3F. Windows color (decimal): -3734260 or 787911. OLE color: 787911.
HSL color Cylindrical-coordinate representation of color #C7050C: hue angle of 357.84º 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 #C7050C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 12 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.22 |
| HSL | 357.84º | 0.95% | 0.4% | - |
| HSV(B) | 357.84º | 0.97% | 0.78% | - |
| XYZ | 23.67 | 12.28 | 1.47 | - |
| YUV | 63.8 | 98.77 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 12 | 0 | 0.97 | 0.94 | 0.22 | 357.84 | 0.95 | 0.4 |
| Hex | C7 | 5 | C | 0 | 61 | 5E | 16 | 166 | 5F | 28 |
| Octal | 307 | 5 | 14 | 0 | 141 | 136 | 26 | 546 | 137 | 50 |
| Binary | 11000111 | 101 | 1100 | 0 | 1100001 | 1011110 | 10110 | 101100110 | 1011111 | 101000 |
Color Harmonies of #C7050C
Complementary color
Monochromatic Colors of #C7050C
Black with #C7050C
Text Example
Text Example
White with #C7050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7050C; }
p { color: rgb(199,5,12); }
H1.HeaderClassName
{
color: #C7050C;
}
.AnyTagClassName
{
color: #C7050C;
}
</style>
background-color css
<style>
a { background-color: #C7050C; }
a { background-color: rgb(199,5,12); }
div.DivClassName
{
background-color: #C7050C;
}
.BgClassName
{
background-color: #C7050C;
}
</style>
border-color css
<style>
span { border-color: #C7050C; }
span { border-color: rgb(199,5,12); }
td.TdClassName
{
border-color: #C7050C;
}
.TagClassName
{
border-color: #C7050C;
}
</style>