Shades of Venetian Red #C70822
Tints of Venetian Red #C70822
RGB
CMYK
RGB Variations
Color information
#C70822 (or 0xC70822) is known color: Venetian Red. HEX triplet: C7, 08 and 22. RGB value is (199,8,34). Sum of RGB (Red+Green+Blue) = 199+8+34=241 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.57% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 199 - color contains mainly: red. Hex color #C70822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70822 is #38F7DD. Grayscale: #444444. Windows color (decimal): -3733470 or 2230471. OLE color: 2230471.
HSL color Cylindrical-coordinate representation of color #C70822: hue angle of 351.83º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70822 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 34 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.22 |
| HSL | 351.83º | 0.92% | 0.41% | - |
| HSV(B) | 351.83º | 0.96% | 0.78% | - |
| XYZ | 23.93 | 12.43 | 2.65 | - |
| YUV | 68.07 | 108.78 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 34 | 0 | 0.96 | 0.83 | 0.22 | 351.83 | 0.92 | 0.41 |
| Hex | C7 | 8 | 22 | 0 | 60 | 53 | 16 | 160 | 5C | 29 |
| Octal | 307 | 10 | 42 | 0 | 140 | 123 | 26 | 540 | 134 | 51 |
| Binary | 11000111 | 1000 | 100010 | 0 | 1100000 | 1010011 | 10110 | 101100000 | 1011100 | 101001 |
Color Harmonies of #C70822
Complementary color
Monochromatic Colors of #C70822
Black with #C70822
Text Example
Text Example
White with #C70822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70822; }
p { color: rgb(199,8,34); }
H1.HeaderClassName
{
color: #C70822;
}
.AnyTagClassName
{
color: #C70822;
}
</style>
background-color css
<style>
a { background-color: #C70822; }
a { background-color: rgb(199,8,34); }
div.DivClassName
{
background-color: #C70822;
}
.BgClassName
{
background-color: #C70822;
}
</style>
border-color css
<style>
span { border-color: #C70822; }
span { border-color: rgb(199,8,34); }
td.TdClassName
{
border-color: #C70822;
}
.TagClassName
{
border-color: #C70822;
}
</style>