Shades of Venetian Red #C8070C
Tints of Venetian Red #C8070C
RGB
CMYK
RGB Variations
Color information
#C8070C (or 0xC8070C) is known color: Venetian Red. HEX triplet: C8, 07 and 0C. RGB value is (200,7,12). Sum of RGB (Red+Green+Blue) = 200+7+12=219 (29% of max value = 765). Red value is 200 (78.52% from 255 or 91.32% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 200 - color contains mainly: red. Hex color #C8070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8070C is #37F8F3. Grayscale: #414141. Windows color (decimal): -3668212 or 788424. OLE color: 788424.
HSL color Cylindrical-coordinate representation of color #C8070C: hue angle of 358.45º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8070C is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 12 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.22 |
| HSL | 358.45º | 0.93% | 0.41% | - |
| HSV(B) | 358.45º | 0.97% | 0.78% | - |
| XYZ | 23.96 | 12.46 | 1.49 | - |
| YUV | 65.28 | 97.94 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 12 | 0 | 0.96 | 0.94 | 0.22 | 358.45 | 0.93 | 0.41 |
| Hex | C8 | 7 | C | 0 | 60 | 5E | 16 | 166 | 5D | 29 |
| Octal | 310 | 7 | 14 | 0 | 140 | 136 | 26 | 546 | 135 | 51 |
| Binary | 11001000 | 111 | 1100 | 0 | 1100000 | 1011110 | 10110 | 101100110 | 1011101 | 101001 |
Color Harmonies of #C8070C
Complementary color
Monochromatic Colors of #C8070C
Black with #C8070C
Text Example
Text Example
White with #C8070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8070C; }
p { color: rgb(200,7,12); }
H1.HeaderClassName
{
color: #C8070C;
}
.AnyTagClassName
{
color: #C8070C;
}
</style>
background-color css
<style>
a { background-color: #C8070C; }
a { background-color: rgb(200,7,12); }
div.DivClassName
{
background-color: #C8070C;
}
.BgClassName
{
background-color: #C8070C;
}
</style>
border-color css
<style>
span { border-color: #C8070C; }
span { border-color: rgb(200,7,12); }
td.TdClassName
{
border-color: #C8070C;
}
.TagClassName
{
border-color: #C8070C;
}
</style>