Shades of Venetian Red #C8080D
Tints of Venetian Red #C8080D
RGB
CMYK
RGB Variations
Color information
#C8080D (or 0xC8080D) is known color: Venetian Red. HEX triplet: C8, 08 and 0D. RGB value is (200,8,13). Sum of RGB (Red+Green+Blue) = 200+8+13=221 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.50% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 200 - color contains mainly: red. Hex color #C8080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8080D is #37F7F2. Grayscale: #424242. Windows color (decimal): -3667955 or 854216. OLE color: 854216.
HSL color Cylindrical-coordinate representation of color #C8080D: hue angle of 358.44º degrees, saturation: 0.92, 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 #C8080D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 13 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.22 |
| HSL | 358.44º | 0.92% | 0.41% | - |
| HSV(B) | 358.44º | 0.96% | 0.78% | - |
| XYZ | 23.98 | 12.48 | 1.53 | - |
| YUV | 65.98 | 98.11 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 13 | 0 | 0.96 | 0.94 | 0.22 | 358.44 | 0.92 | 0.41 |
| Hex | C8 | 8 | D | 0 | 60 | 5E | 16 | 166 | 5C | 29 |
| Octal | 310 | 10 | 15 | 0 | 140 | 136 | 26 | 546 | 134 | 51 |
| Binary | 11001000 | 1000 | 1101 | 0 | 1100000 | 1011110 | 10110 | 101100110 | 1011100 | 101001 |
Color Harmonies of #C8080D
Complementary color
Monochromatic Colors of #C8080D
Black with #C8080D
Text Example
Text Example
White with #C8080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8080D; }
p { color: rgb(200,8,13); }
H1.HeaderClassName
{
color: #C8080D;
}
.AnyTagClassName
{
color: #C8080D;
}
</style>
background-color css
<style>
a { background-color: #C8080D; }
a { background-color: rgb(200,8,13); }
div.DivClassName
{
background-color: #C8080D;
}
.BgClassName
{
background-color: #C8080D;
}
</style>
border-color css
<style>
span { border-color: #C8080D; }
span { border-color: rgb(200,8,13); }
td.TdClassName
{
border-color: #C8080D;
}
.TagClassName
{
border-color: #C8080D;
}
</style>