Shades of Venetian Red #C70727
Tints of Venetian Red #C70727
RGB
CMYK
RGB Variations
Color information
#C70727 (or 0xC70727) is known color: Venetian Red. HEX triplet: C7, 07 and 27. RGB value is (199,7,39). Sum of RGB (Red+Green+Blue) = 199+7+39=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C70727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70727 is #38F8D8. Grayscale: #444444. Windows color (decimal): -3733721 or 2557895. OLE color: 2557895.
HSL color Cylindrical-coordinate representation of color #C70727: hue angle of 350º 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 #C70727 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 39 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.22 |
| HSL | 350º | 0.93% | 0.4% | - |
| HSV(B) | 350º | 0.96% | 0.78% | - |
| XYZ | 24 | 12.44 | 3.06 | - |
| YUV | 68.06 | 111.61 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 39 | 0 | 0.96 | 0.80 | 0.22 | 350 | 0.93 | 0.4 |
| Hex | C7 | 7 | 27 | 0 | 60 | 50 | 16 | 15E | 5D | 28 |
| Octal | 307 | 7 | 47 | 0 | 140 | 120 | 26 | 536 | 135 | 50 |
| Binary | 11000111 | 111 | 100111 | 0 | 1100000 | 1010000 | 10110 | 101011110 | 1011101 | 101000 |
Color Harmonies of #C70727
Complementary color
Monochromatic Colors of #C70727
Black with #C70727
Text Example
Text Example
White with #C70727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70727; }
p { color: rgb(199,7,39); }
H1.HeaderClassName
{
color: #C70727;
}
.AnyTagClassName
{
color: #C70727;
}
</style>
background-color css
<style>
a { background-color: #C70727; }
a { background-color: rgb(199,7,39); }
div.DivClassName
{
background-color: #C70727;
}
.BgClassName
{
background-color: #C70727;
}
</style>
border-color css
<style>
span { border-color: #C70727; }
span { border-color: rgb(199,7,39); }
td.TdClassName
{
border-color: #C70727;
}
.TagClassName
{
border-color: #C70727;
}
</style>