Shades of Venetian Red #C7070A
Tints of Venetian Red #C7070A
RGB
CMYK
RGB Variations
Color information
#C7070A (or 0xC7070A) is known color: Venetian Red. HEX triplet: C7, 07 and 0A. RGB value is (199,7,10). Sum of RGB (Red+Green+Blue) = 199+7+10=216 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.13% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 199 - color contains mainly: red. Hex color #C7070A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7070A is #38F8F5. Grayscale: #404040. Windows color (decimal): -3733750 or 657351. OLE color: 657351.
HSL color Cylindrical-coordinate representation of color #C7070A: hue angle of 359.06º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7070A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 10 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.22 |
| HSL | 359.06º | 0.93% | 0.4% | - |
| HSV(B) | 359.06º | 0.96% | 0.78% | - |
| XYZ | 23.68 | 12.32 | 1.42 | - |
| YUV | 64.75 | 97.11 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 10 | 0 | 0.96 | 0.95 | 0.22 | 359.06 | 0.93 | 0.4 |
| Hex | C7 | 7 | A | 0 | 60 | 5F | 16 | 167 | 5D | 28 |
| Octal | 307 | 7 | 12 | 0 | 140 | 137 | 26 | 547 | 135 | 50 |
| Binary | 11000111 | 111 | 1010 | 0 | 1100000 | 1011111 | 10110 | 101100111 | 1011101 | 101000 |
Color Harmonies of #C7070A
Complementary color
Monochromatic Colors of #C7070A
Black with #C7070A
Text Example
Text Example
White with #C7070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7070A; }
p { color: rgb(199,7,10); }
H1.HeaderClassName
{
color: #C7070A;
}
.AnyTagClassName
{
color: #C7070A;
}
</style>
background-color css
<style>
a { background-color: #C7070A; }
a { background-color: rgb(199,7,10); }
div.DivClassName
{
background-color: #C7070A;
}
.BgClassName
{
background-color: #C7070A;
}
</style>
border-color css
<style>
span { border-color: #C7070A; }
span { border-color: rgb(199,7,10); }
td.TdClassName
{
border-color: #C7070A;
}
.TagClassName
{
border-color: #C7070A;
}
</style>