Shades of Venetian Red #C7032D
Tints of Venetian Red #C7032D
RGB
CMYK
RGB Variations
Color information
#C7032D (or 0xC7032D) is known color: Venetian Red. HEX triplet: C7, 03 and 2D. RGB value is (199,3,45). Sum of RGB (Red+Green+Blue) = 199+3+45=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C7032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7032D is #38FCD2. Grayscale: #424242. Windows color (decimal): -3734739 or 2950087. OLE color: 2950087.
HSL color Cylindrical-coordinate representation of color #C7032D: hue angle of 347.14º 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 #C7032D is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 45 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.22 |
| HSL | 347.14º | 0.97% | 0.4% | - |
| HSV(B) | 347.14º | 0.98% | 0.78% | - |
| XYZ | 24.06 | 12.4 | 3.61 | - |
| YUV | 66.39 | 115.93 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 45 | 0 | 0.98 | 0.77 | 0.22 | 347.14 | 0.97 | 0.4 |
| Hex | C7 | 3 | 2D | 0 | 62 | 4D | 16 | 15B | 61 | 28 |
| Octal | 307 | 3 | 55 | 0 | 142 | 115 | 26 | 533 | 141 | 50 |
| Binary | 11000111 | 11 | 101101 | 0 | 1100010 | 1001101 | 10110 | 101011011 | 1100001 | 101000 |
Color Harmonies of #C7032D
Complementary color
Monochromatic Colors of #C7032D
Black with #C7032D
Text Example
Text Example
White with #C7032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7032D; }
p { color: rgb(199,3,45); }
H1.HeaderClassName
{
color: #C7032D;
}
.AnyTagClassName
{
color: #C7032D;
}
</style>
background-color css
<style>
a { background-color: #C7032D; }
a { background-color: rgb(199,3,45); }
div.DivClassName
{
background-color: #C7032D;
}
.BgClassName
{
background-color: #C7032D;
}
</style>
border-color css
<style>
span { border-color: #C7032D; }
span { border-color: rgb(199,3,45); }
td.TdClassName
{
border-color: #C7032D;
}
.TagClassName
{
border-color: #C7032D;
}
</style>