Shades of Venetian Red #C7011E
Tints of Venetian Red #C7011E
RGB
CMYK
RGB Variations
Color information
#C7011E (or 0xC7011E) is known color: Venetian Red. HEX triplet: C7, 01 and 1E. RGB value is (199,1,30). Sum of RGB (Red+Green+Blue) = 199+1+30=230 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.52% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 199 - color contains mainly: red. Hex color #C7011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7011E is #38FEE1. Grayscale: #3F3F3F. Windows color (decimal): -3735266 or 1966535. OLE color: 1966535.
HSL color Cylindrical-coordinate representation of color #C7011E: hue angle of 351.21º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7011E is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 30 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.22 |
| HSL | 351.21º | 0.99% | 0.39% | - |
| HSV(B) | 351.21º | 0.99% | 0.78% | - |
| XYZ | 23.8 | 12.26 | 2.34 | - |
| YUV | 63.51 | 109.1 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 30 | 0 | 0.99 | 0.85 | 0.22 | 351.21 | 0.99 | 0.39 |
| Hex | C7 | 1 | 1E | 0 | 63 | 55 | 16 | 15F | 63 | 27 |
| Octal | 307 | 1 | 36 | 0 | 143 | 125 | 26 | 537 | 143 | 47 |
| Binary | 11000111 | 1 | 11110 | 0 | 1100011 | 1010101 | 10110 | 101011111 | 1100011 | 100111 |
Color Harmonies of #C7011E
Complementary color
Monochromatic Colors of #C7011E
Black with #C7011E
Text Example
Text Example
White with #C7011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7011E; }
p { color: rgb(199,1,30); }
H1.HeaderClassName
{
color: #C7011E;
}
.AnyTagClassName
{
color: #C7011E;
}
</style>
background-color css
<style>
a { background-color: #C7011E; }
a { background-color: rgb(199,1,30); }
div.DivClassName
{
background-color: #C7011E;
}
.BgClassName
{
background-color: #C7011E;
}
</style>
border-color css
<style>
span { border-color: #C7011E; }
span { border-color: rgb(199,1,30); }
td.TdClassName
{
border-color: #C7011E;
}
.TagClassName
{
border-color: #C7011E;
}
</style>