Shades of Venetian Red #C0071B
Tints of Venetian Red #C0071B
RGB
CMYK
RGB Variations
Color information
#C0071B (or 0xC0071B) is known color: Venetian Red. HEX triplet: C0, 07 and 1B. RGB value is (192,7,27). Sum of RGB (Red+Green+Blue) = 192+7+27=226 (29% of max value = 765). Red value is 192 (75.39% from 255 or 84.96% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 192 - color contains mainly: red. Hex color #C0071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0071B is #3FF8E4. Grayscale: #404040. Windows color (decimal): -4192485 or 1771456. OLE color: 1771456.
HSL color Cylindrical-coordinate representation of color #C0071B: hue angle of 353.51º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0071B is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 27 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.25 |
| HSL | 353.51º | 0.93% | 0.39% | - |
| HSV(B) | 353.51º | 0.96% | 0.75% | - |
| XYZ | 22.01 | 11.44 | 2.08 | - |
| YUV | 64.6 | 106.79 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 27 | 0 | 0.96 | 0.86 | 0.25 | 353.51 | 0.93 | 0.39 |
| Hex | C0 | 7 | 1B | 0 | 60 | 56 | 19 | 162 | 5D | 27 |
| Octal | 300 | 7 | 33 | 0 | 140 | 126 | 31 | 542 | 135 | 47 |
| Binary | 11000000 | 111 | 11011 | 0 | 1100000 | 1010110 | 11001 | 101100010 | 1011101 | 100111 |
Color Harmonies of #C0071B
Complementary color
Monochromatic Colors of #C0071B
Black with #C0071B
Text Example
Text Example
White with #C0071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0071B; }
p { color: rgb(192,7,27); }
H1.HeaderClassName
{
color: #C0071B;
}
.AnyTagClassName
{
color: #C0071B;
}
</style>
background-color css
<style>
a { background-color: #C0071B; }
a { background-color: rgb(192,7,27); }
div.DivClassName
{
background-color: #C0071B;
}
.BgClassName
{
background-color: #C0071B;
}
</style>
border-color css
<style>
span { border-color: #C0071B; }
span { border-color: rgb(192,7,27); }
td.TdClassName
{
border-color: #C0071B;
}
.TagClassName
{
border-color: #C0071B;
}
</style>