Shades of Venetian Red #C70511
Tints of Venetian Red #C70511
RGB
CMYK
RGB Variations
Color information
#C70511 (or 0xC70511) is known color: Venetian Red. HEX triplet: C7, 05 and 11. RGB value is (199,5,17). Sum of RGB (Red+Green+Blue) = 199+5+17=221 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.05% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 199 - color contains mainly: red. Hex color #C70511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70511 is #38FAEE. Grayscale: #404040. Windows color (decimal): -3734255 or 1115591. OLE color: 1115591.
HSL color Cylindrical-coordinate representation of color #C70511: hue angle of 356.29º 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 #C70511 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 17 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.22 |
| HSL | 356.29º | 0.95% | 0.4% | - |
| HSV(B) | 356.29º | 0.97% | 0.78% | - |
| XYZ | 23.71 | 12.29 | 1.65 | - |
| YUV | 64.37 | 101.27 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 17 | 0 | 0.97 | 0.91 | 0.22 | 356.29 | 0.95 | 0.4 |
| Hex | C7 | 5 | 11 | 0 | 61 | 5B | 16 | 164 | 5F | 28 |
| Octal | 307 | 5 | 21 | 0 | 141 | 133 | 26 | 544 | 137 | 50 |
| Binary | 11000111 | 101 | 10001 | 0 | 1100001 | 1011011 | 10110 | 101100100 | 1011111 | 101000 |
Color Harmonies of #C70511
Complementary color
Monochromatic Colors of #C70511
Black with #C70511
Text Example
Text Example
White with #C70511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70511; }
p { color: rgb(199,5,17); }
H1.HeaderClassName
{
color: #C70511;
}
.AnyTagClassName
{
color: #C70511;
}
</style>
background-color css
<style>
a { background-color: #C70511; }
a { background-color: rgb(199,5,17); }
div.DivClassName
{
background-color: #C70511;
}
.BgClassName
{
background-color: #C70511;
}
</style>
border-color css
<style>
span { border-color: #C70511; }
span { border-color: rgb(199,5,17); }
td.TdClassName
{
border-color: #C70511;
}
.TagClassName
{
border-color: #C70511;
}
</style>