Shades of Venetian Red #C7012E
Tints of Venetian Red #C7012E
RGB
CMYK
RGB Variations
Color information
#C7012E (or 0xC7012E) is known color: Venetian Red. HEX triplet: C7, 01 and 2E. RGB value is (199,1,46). Sum of RGB (Red+Green+Blue) = 199+1+46=246 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.89% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 199 - color contains mainly: red. Hex color #C7012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7012E is #38FED1. Grayscale: #414141. Windows color (decimal): -3735250 or 3015111. OLE color: 3015111.
HSL color Cylindrical-coordinate representation of color #C7012E: hue angle of 346.36º 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 #C7012E is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.22 |
| HSL | 346.36º | 0.99% | 0.39% | - |
| HSV(B) | 346.36º | 0.99% | 0.78% | - |
| XYZ | 24.06 | 12.36 | 3.7 | - |
| YUV | 65.33 | 117.1 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 46 | 0 | 0.99 | 0.77 | 0.22 | 346.36 | 0.99 | 0.39 |
| Hex | C7 | 1 | 2E | 0 | 63 | 4D | 16 | 15A | 63 | 27 |
| Octal | 307 | 1 | 56 | 0 | 143 | 115 | 26 | 532 | 143 | 47 |
| Binary | 11000111 | 1 | 101110 | 0 | 1100011 | 1001101 | 10110 | 101011010 | 1100011 | 100111 |
Color Harmonies of #C7012E
Complementary color
Monochromatic Colors of #C7012E
Black with #C7012E
Text Example
Text Example
White with #C7012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7012E; }
p { color: rgb(199,1,46); }
H1.HeaderClassName
{
color: #C7012E;
}
.AnyTagClassName
{
color: #C7012E;
}
</style>
background-color css
<style>
a { background-color: #C7012E; }
a { background-color: rgb(199,1,46); }
div.DivClassName
{
background-color: #C7012E;
}
.BgClassName
{
background-color: #C7012E;
}
</style>
border-color css
<style>
span { border-color: #C7012E; }
span { border-color: rgb(199,1,46); }
td.TdClassName
{
border-color: #C7012E;
}
.TagClassName
{
border-color: #C7012E;
}
</style>