Shades of Venetian Red #C7081F
Tints of Venetian Red #C7081F
RGB
CMYK
RGB Variations
Color information
#C7081F (or 0xC7081F) is known color: Venetian Red. HEX triplet: C7, 08 and 1F. RGB value is (199,8,31). Sum of RGB (Red+Green+Blue) = 199+8+31=238 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.61% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 199 - color contains mainly: red. Hex color #C7081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7081F is #38F7E0. Grayscale: #434343. Windows color (decimal): -3733473 or 2033863. OLE color: 2033863.
HSL color Cylindrical-coordinate representation of color #C7081F: hue angle of 352.77º 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 #C7081F is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 31 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.22 |
| HSL | 352.77º | 0.92% | 0.41% | - |
| HSV(B) | 352.77º | 0.96% | 0.78% | - |
| XYZ | 23.89 | 12.41 | 2.43 | - |
| YUV | 67.73 | 107.28 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 31 | 0 | 0.96 | 0.84 | 0.22 | 352.77 | 0.92 | 0.41 |
| Hex | C7 | 8 | 1F | 0 | 60 | 54 | 16 | 161 | 5C | 29 |
| Octal | 307 | 10 | 37 | 0 | 140 | 124 | 26 | 541 | 134 | 51 |
| Binary | 11000111 | 1000 | 11111 | 0 | 1100000 | 1010100 | 10110 | 101100001 | 1011100 | 101001 |
Color Harmonies of #C7081F
Complementary color
Monochromatic Colors of #C7081F
Black with #C7081F
Text Example
Text Example
White with #C7081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7081F; }
p { color: rgb(199,8,31); }
H1.HeaderClassName
{
color: #C7081F;
}
.AnyTagClassName
{
color: #C7081F;
}
</style>
background-color css
<style>
a { background-color: #C7081F; }
a { background-color: rgb(199,8,31); }
div.DivClassName
{
background-color: #C7081F;
}
.BgClassName
{
background-color: #C7081F;
}
</style>
border-color css
<style>
span { border-color: #C7081F; }
span { border-color: rgb(199,8,31); }
td.TdClassName
{
border-color: #C7081F;
}
.TagClassName
{
border-color: #C7081F;
}
</style>