Shades of Venetian Red #C6070E
Tints of Venetian Red #C6070E
RGB
CMYK
RGB Variations
Color information
#C6070E (or 0xC6070E) is known color: Venetian Red. HEX triplet: C6, 07 and 0E. RGB value is (198,7,14). Sum of RGB (Red+Green+Blue) = 198+7+14=219 (29% of max value = 765). Red value is 198 (77.73% from 255 or 90.41% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 198 - color contains mainly: red. Hex color #C6070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6070E is #39F8F1. Grayscale: #414141. Windows color (decimal): -3799282 or 919494. OLE color: 919494.
HSL color Cylindrical-coordinate representation of color #C6070E: hue angle of 357.8º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6070E is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 7 | 14 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.22 |
| HSL | 357.8º | 0.93% | 0.4% | - |
| HSV(B) | 357.8º | 0.96% | 0.78% | - |
| XYZ | 23.44 | 12.19 | 1.53 | - |
| YUV | 64.91 | 99.28 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 14 | 0 | 0.96 | 0.93 | 0.22 | 357.8 | 0.93 | 0.4 |
| Hex | C6 | 7 | E | 0 | 60 | 5D | 16 | 166 | 5D | 28 |
| Octal | 306 | 7 | 16 | 0 | 140 | 135 | 26 | 546 | 135 | 50 |
| Binary | 11000110 | 111 | 1110 | 0 | 1100000 | 1011101 | 10110 | 101100110 | 1011101 | 101000 |
Color Harmonies of #C6070E
Complementary color
Monochromatic Colors of #C6070E
Black with #C6070E
Text Example
Text Example
White with #C6070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6070E; }
p { color: rgb(198,7,14); }
H1.HeaderClassName
{
color: #C6070E;
}
.AnyTagClassName
{
color: #C6070E;
}
</style>
background-color css
<style>
a { background-color: #C6070E; }
a { background-color: rgb(198,7,14); }
div.DivClassName
{
background-color: #C6070E;
}
.BgClassName
{
background-color: #C6070E;
}
</style>
border-color css
<style>
span { border-color: #C6070E; }
span { border-color: rgb(198,7,14); }
td.TdClassName
{
border-color: #C6070E;
}
.TagClassName
{
border-color: #C6070E;
}
</style>