Shades of Venetian Red #C7032B
Tints of Venetian Red #C7032B
RGB
CMYK
RGB Variations
Color information
#C7032B (or 0xC7032B) is known color: Venetian Red. HEX triplet: C7, 03 and 2B. RGB value is (199,3,43). Sum of RGB (Red+Green+Blue) = 199+3+43=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C7032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7032B is #38FCD4. Grayscale: #424242. Windows color (decimal): -3734741 or 2819015. OLE color: 2819015.
HSL color Cylindrical-coordinate representation of color #C7032B: hue angle of 347.76º 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 #C7032B is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 43 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.22 |
| HSL | 347.76º | 0.97% | 0.4% | - |
| HSV(B) | 347.76º | 0.98% | 0.78% | - |
| XYZ | 24.02 | 12.38 | 3.41 | - |
| YUV | 66.16 | 114.93 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 43 | 0 | 0.98 | 0.78 | 0.22 | 347.76 | 0.97 | 0.4 |
| Hex | C7 | 3 | 2B | 0 | 62 | 4E | 16 | 15C | 61 | 28 |
| Octal | 307 | 3 | 53 | 0 | 142 | 116 | 26 | 534 | 141 | 50 |
| Binary | 11000111 | 11 | 101011 | 0 | 1100010 | 1001110 | 10110 | 101011100 | 1100001 | 101000 |
Color Harmonies of #C7032B
Complementary color
Monochromatic Colors of #C7032B
Black with #C7032B
Text Example
Text Example
White with #C7032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7032B; }
p { color: rgb(199,3,43); }
H1.HeaderClassName
{
color: #C7032B;
}
.AnyTagClassName
{
color: #C7032B;
}
</style>
background-color css
<style>
a { background-color: #C7032B; }
a { background-color: rgb(199,3,43); }
div.DivClassName
{
background-color: #C7032B;
}
.BgClassName
{
background-color: #C7032B;
}
</style>
border-color css
<style>
span { border-color: #C7032B; }
span { border-color: rgb(199,3,43); }
td.TdClassName
{
border-color: #C7032B;
}
.TagClassName
{
border-color: #C7032B;
}
</style>