Shades of Venetian Red #C7031B
Tints of Venetian Red #C7031B
RGB
CMYK
RGB Variations
Color information
#C7031B (or 0xC7031B) is known color: Venetian Red. HEX triplet: C7, 03 and 1B. RGB value is (199,3,27). Sum of RGB (Red+Green+Blue) = 199+3+27=229 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.90% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 199 - color contains mainly: red. Hex color #C7031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7031B is #38FCE4. Grayscale: #404040. Windows color (decimal): -3734757 or 1770439. OLE color: 1770439.
HSL color Cylindrical-coordinate representation of color #C7031B: hue angle of 352.65º 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 #C7031B is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 27 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.22 |
| HSL | 352.65º | 0.97% | 0.4% | - |
| HSV(B) | 352.65º | 0.98% | 0.78% | - |
| XYZ | 23.78 | 12.29 | 2.15 | - |
| YUV | 64.34 | 106.93 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 27 | 0 | 0.98 | 0.86 | 0.22 | 352.65 | 0.97 | 0.4 |
| Hex | C7 | 3 | 1B | 0 | 62 | 56 | 16 | 161 | 61 | 28 |
| Octal | 307 | 3 | 33 | 0 | 142 | 126 | 26 | 541 | 141 | 50 |
| Binary | 11000111 | 11 | 11011 | 0 | 1100010 | 1010110 | 10110 | 101100001 | 1100001 | 101000 |
Color Harmonies of #C7031B
Complementary color
Monochromatic Colors of #C7031B
Black with #C7031B
Text Example
Text Example
White with #C7031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7031B; }
p { color: rgb(199,3,27); }
H1.HeaderClassName
{
color: #C7031B;
}
.AnyTagClassName
{
color: #C7031B;
}
</style>
background-color css
<style>
a { background-color: #C7031B; }
a { background-color: rgb(199,3,27); }
div.DivClassName
{
background-color: #C7031B;
}
.BgClassName
{
background-color: #C7031B;
}
</style>
border-color css
<style>
span { border-color: #C7031B; }
span { border-color: rgb(199,3,27); }
td.TdClassName
{
border-color: #C7031B;
}
.TagClassName
{
border-color: #C7031B;
}
</style>