Shades of Venetian Red #C4070E
Tints of Venetian Red #C4070E
RGB
CMYK
RGB Variations
Color information
#C4070E (or 0xC4070E) is known color: Venetian Red. HEX triplet: C4, 07 and 0E. RGB value is (196,7,14). Sum of RGB (Red+Green+Blue) = 196+7+14=217 (28% of max value = 765). Red value is 196 (76.95% from 255 or 90.32% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 196 - color contains mainly: red. Hex color #C4070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4070E is #3BF8F1. Grayscale: #404040. Windows color (decimal): -3930354 or 919492. OLE color: 919492.
HSL color Cylindrical-coordinate representation of color #C4070E: hue angle of 357.78º 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 #C4070E is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 14 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.23 |
| HSL | 357.78º | 0.93% | 0.4% | - |
| HSV(B) | 357.78º | 0.96% | 0.77% | - |
| XYZ | 22.92 | 11.92 | 1.51 | - |
| YUV | 64.31 | 99.62 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 14 | 0 | 0.96 | 0.93 | 0.23 | 357.78 | 0.93 | 0.4 |
| Hex | C4 | 7 | E | 0 | 60 | 5D | 17 | 166 | 5D | 28 |
| Octal | 304 | 7 | 16 | 0 | 140 | 135 | 27 | 546 | 135 | 50 |
| Binary | 11000100 | 111 | 1110 | 0 | 1100000 | 1011101 | 10111 | 101100110 | 1011101 | 101000 |
Color Harmonies of #C4070E
Complementary color
Monochromatic Colors of #C4070E
Black with #C4070E
Text Example
Text Example
White with #C4070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4070E; }
p { color: rgb(196,7,14); }
H1.HeaderClassName
{
color: #C4070E;
}
.AnyTagClassName
{
color: #C4070E;
}
</style>
background-color css
<style>
a { background-color: #C4070E; }
a { background-color: rgb(196,7,14); }
div.DivClassName
{
background-color: #C4070E;
}
.BgClassName
{
background-color: #C4070E;
}
</style>
border-color css
<style>
span { border-color: #C4070E; }
span { border-color: rgb(196,7,14); }
td.TdClassName
{
border-color: #C4070E;
}
.TagClassName
{
border-color: #C4070E;
}
</style>