Shades of Venetian Red #C4071B
Tints of Venetian Red #C4071B
RGB
CMYK
RGB Variations
Color information
#C4071B (or 0xC4071B) is known color: Venetian Red. HEX triplet: C4, 07 and 1B. RGB value is (196,7,27). Sum of RGB (Red+Green+Blue) = 196+7+27=230 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.22% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 196 - color contains mainly: red. Hex color #C4071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4071B is #3BF8E4. Grayscale: #414141. Windows color (decimal): -3930341 or 1771460. OLE color: 1771460.
HSL color Cylindrical-coordinate representation of color #C4071B: hue angle of 353.65º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4071B is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 27 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.23 |
| HSL | 353.65º | 0.93% | 0.4% | - |
| HSV(B) | 353.65º | 0.96% | 0.77% | - |
| XYZ | 23.04 | 11.97 | 2.13 | - |
| YUV | 65.79 | 106.12 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 27 | 0 | 0.96 | 0.86 | 0.23 | 353.65 | 0.93 | 0.4 |
| Hex | C4 | 7 | 1B | 0 | 60 | 56 | 17 | 162 | 5D | 28 |
| Octal | 304 | 7 | 33 | 0 | 140 | 126 | 27 | 542 | 135 | 50 |
| Binary | 11000100 | 111 | 11011 | 0 | 1100000 | 1010110 | 10111 | 101100010 | 1011101 | 101000 |
Color Harmonies of #C4071B
Complementary color
Monochromatic Colors of #C4071B
Black with #C4071B
Text Example
Text Example
White with #C4071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4071B; }
p { color: rgb(196,7,27); }
H1.HeaderClassName
{
color: #C4071B;
}
.AnyTagClassName
{
color: #C4071B;
}
</style>
background-color css
<style>
a { background-color: #C4071B; }
a { background-color: rgb(196,7,27); }
div.DivClassName
{
background-color: #C4071B;
}
.BgClassName
{
background-color: #C4071B;
}
</style>
border-color css
<style>
span { border-color: #C4071B; }
span { border-color: rgb(196,7,27); }
td.TdClassName
{
border-color: #C4071B;
}
.TagClassName
{
border-color: #C4071B;
}
</style>