Shades of Venetian Red #C7081D
Tints of Venetian Red #C7081D
RGB
CMYK
RGB Variations
Color information
#C7081D (or 0xC7081D) is known color: Venetian Red. HEX triplet: C7, 08 and 1D. RGB value is (199,8,29). Sum of RGB (Red+Green+Blue) = 199+8+29=236 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.32% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 199 - color contains mainly: red. Hex color #C7081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7081D is #38F7E2. Grayscale: #434343. Windows color (decimal): -3733475 or 1902791. OLE color: 1902791.
HSL color Cylindrical-coordinate representation of color #C7081D: hue angle of 353.4º 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 #C7081D is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 29 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.22 |
| HSL | 353.4º | 0.92% | 0.41% | - |
| HSV(B) | 353.4º | 0.96% | 0.78% | - |
| XYZ | 23.86 | 12.4 | 2.3 | - |
| YUV | 67.5 | 106.28 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 29 | 0 | 0.96 | 0.85 | 0.22 | 353.4 | 0.92 | 0.41 |
| Hex | C7 | 8 | 1D | 0 | 60 | 55 | 16 | 161 | 5C | 29 |
| Octal | 307 | 10 | 35 | 0 | 140 | 125 | 26 | 541 | 134 | 51 |
| Binary | 11000111 | 1000 | 11101 | 0 | 1100000 | 1010101 | 10110 | 101100001 | 1011100 | 101001 |
Color Harmonies of #C7081D
Complementary color
Monochromatic Colors of #C7081D
Black with #C7081D
Text Example
Text Example
White with #C7081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7081D; }
p { color: rgb(199,8,29); }
H1.HeaderClassName
{
color: #C7081D;
}
.AnyTagClassName
{
color: #C7081D;
}
</style>
background-color css
<style>
a { background-color: #C7081D; }
a { background-color: rgb(199,8,29); }
div.DivClassName
{
background-color: #C7081D;
}
.BgClassName
{
background-color: #C7081D;
}
</style>
border-color css
<style>
span { border-color: #C7081D; }
span { border-color: rgb(199,8,29); }
td.TdClassName
{
border-color: #C7081D;
}
.TagClassName
{
border-color: #C7081D;
}
</style>