Shades of Venetian Red #C8070D
Tints of Venetian Red #C8070D
RGB
CMYK
RGB Variations
Color information
#C8070D (or 0xC8070D) is known color: Venetian Red. HEX triplet: C8, 07 and 0D. RGB value is (200,7,13). Sum of RGB (Red+Green+Blue) = 200+7+13=220 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.91% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 200 - color contains mainly: red. Hex color #C8070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8070D is #37F8F2. Grayscale: #414141. Windows color (decimal): -3668211 or 853960. OLE color: 853960.
HSL color Cylindrical-coordinate representation of color #C8070D: hue angle of 358.13º 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 #C8070D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 13 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.22 |
| HSL | 358.13º | 0.93% | 0.41% | - |
| HSV(B) | 358.13º | 0.97% | 0.78% | - |
| XYZ | 23.97 | 12.46 | 1.52 | - |
| YUV | 65.39 | 98.44 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 13 | 0 | 0.96 | 0.94 | 0.22 | 358.13 | 0.93 | 0.41 |
| Hex | C8 | 7 | D | 0 | 60 | 5E | 16 | 166 | 5D | 29 |
| Octal | 310 | 7 | 15 | 0 | 140 | 136 | 26 | 546 | 135 | 51 |
| Binary | 11001000 | 111 | 1101 | 0 | 1100000 | 1011110 | 10110 | 101100110 | 1011101 | 101001 |
Color Harmonies of #C8070D
Complementary color
Monochromatic Colors of #C8070D
Black with #C8070D
Text Example
Text Example
White with #C8070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8070D; }
p { color: rgb(200,7,13); }
H1.HeaderClassName
{
color: #C8070D;
}
.AnyTagClassName
{
color: #C8070D;
}
</style>
background-color css
<style>
a { background-color: #C8070D; }
a { background-color: rgb(200,7,13); }
div.DivClassName
{
background-color: #C8070D;
}
.BgClassName
{
background-color: #C8070D;
}
</style>
border-color css
<style>
span { border-color: #C8070D; }
span { border-color: rgb(200,7,13); }
td.TdClassName
{
border-color: #C8070D;
}
.TagClassName
{
border-color: #C8070D;
}
</style>