Shades of Venetian Red #C7031F
Tints of Venetian Red #C7031F
RGB
CMYK
RGB Variations
Color information
#C7031F (or 0xC7031F) is known color: Venetian Red. HEX triplet: C7, 03 and 1F. RGB value is (199,3,31). Sum of RGB (Red+Green+Blue) = 199+3+31=233 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.41% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 199 - color contains mainly: red. Hex color #C7031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7031F is #38FCE0. Grayscale: #404040. Windows color (decimal): -3734753 or 2032583. OLE color: 2032583.
HSL color Cylindrical-coordinate representation of color #C7031F: hue angle of 351.43º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7031F is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 31 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.22 |
| HSL | 351.43º | 0.97% | 0.4% | - |
| HSV(B) | 351.43º | 0.98% | 0.78% | - |
| XYZ | 23.83 | 12.31 | 2.42 | - |
| YUV | 64.8 | 108.93 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 31 | 0 | 0.98 | 0.84 | 0.22 | 351.43 | 0.97 | 0.4 |
| Hex | C7 | 3 | 1F | 0 | 62 | 54 | 16 | 15F | 61 | 28 |
| Octal | 307 | 3 | 37 | 0 | 142 | 124 | 26 | 537 | 141 | 50 |
| Binary | 11000111 | 11 | 11111 | 0 | 1100010 | 1010100 | 10110 | 101011111 | 1100001 | 101000 |
Color Harmonies of #C7031F
Complementary color
Monochromatic Colors of #C7031F
Black with #C7031F
Text Example
Text Example
White with #C7031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7031F; }
p { color: rgb(199,3,31); }
H1.HeaderClassName
{
color: #C7031F;
}
.AnyTagClassName
{
color: #C7031F;
}
</style>
background-color css
<style>
a { background-color: #C7031F; }
a { background-color: rgb(199,3,31); }
div.DivClassName
{
background-color: #C7031F;
}
.BgClassName
{
background-color: #C7031F;
}
</style>
border-color css
<style>
span { border-color: #C7031F; }
span { border-color: rgb(199,3,31); }
td.TdClassName
{
border-color: #C7031F;
}
.TagClassName
{
border-color: #C7031F;
}
</style>