Shades of Venetian Red #C7031E
Tints of Venetian Red #C7031E
RGB
CMYK
RGB Variations
Color information
#C7031E (or 0xC7031E) is known color: Venetian Red. HEX triplet: C7, 03 and 1E. RGB value is (199,3,30). Sum of RGB (Red+Green+Blue) = 199+3+30=232 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.78% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 199 - color contains mainly: red. Hex color #C7031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7031E is #38FCE1. Grayscale: #404040. Windows color (decimal): -3734754 or 1967047. OLE color: 1967047.
HSL color Cylindrical-coordinate representation of color #C7031E: hue angle of 351.73º 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 #C7031E is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 30 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.22 |
| HSL | 351.73º | 0.97% | 0.4% | - |
| HSV(B) | 351.73º | 0.98% | 0.78% | - |
| XYZ | 23.82 | 12.3 | 2.35 | - |
| YUV | 64.68 | 108.43 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 30 | 0 | 0.98 | 0.85 | 0.22 | 351.73 | 0.97 | 0.4 |
| Hex | C7 | 3 | 1E | 0 | 62 | 55 | 16 | 160 | 61 | 28 |
| Octal | 307 | 3 | 36 | 0 | 142 | 125 | 26 | 540 | 141 | 50 |
| Binary | 11000111 | 11 | 11110 | 0 | 1100010 | 1010101 | 10110 | 101100000 | 1100001 | 101000 |
Color Harmonies of #C7031E
Complementary color
Monochromatic Colors of #C7031E
Black with #C7031E
Text Example
Text Example
White with #C7031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7031E; }
p { color: rgb(199,3,30); }
H1.HeaderClassName
{
color: #C7031E;
}
.AnyTagClassName
{
color: #C7031E;
}
</style>
background-color css
<style>
a { background-color: #C7031E; }
a { background-color: rgb(199,3,30); }
div.DivClassName
{
background-color: #C7031E;
}
.BgClassName
{
background-color: #C7031E;
}
</style>
border-color css
<style>
span { border-color: #C7031E; }
span { border-color: rgb(199,3,30); }
td.TdClassName
{
border-color: #C7031E;
}
.TagClassName
{
border-color: #C7031E;
}
</style>