Shades of Venetian Red #C8080A
Tints of Venetian Red #C8080A
RGB
CMYK
RGB Variations
Color information
#C8080A (or 0xC8080A) is known color: Venetian Red. HEX triplet: C8, 08 and 0A. RGB value is (200,8,10). Sum of RGB (Red+Green+Blue) = 200+8+10=218 (28% of max value = 765). Red value is 200 (78.52% from 255 or 91.74% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 200 - color contains mainly: red. Hex color #C8080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8080A is #37F7F5. Grayscale: #414141. Windows color (decimal): -3667958 or 657608. OLE color: 657608.
HSL color Cylindrical-coordinate representation of color #C8080A: hue angle of 359.38º 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 #C8080A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 10 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.22 |
| HSL | 359.38º | 0.92% | 0.41% | - |
| HSV(B) | 359.38º | 0.96% | 0.78% | - |
| XYZ | 23.96 | 12.47 | 1.43 | - |
| YUV | 65.64 | 96.61 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 10 | 0 | 0.96 | 0.95 | 0.22 | 359.38 | 0.92 | 0.41 |
| Hex | C8 | 8 | A | 0 | 60 | 5F | 16 | 167 | 5C | 29 |
| Octal | 310 | 10 | 12 | 0 | 140 | 137 | 26 | 547 | 134 | 51 |
| Binary | 11001000 | 1000 | 1010 | 0 | 1100000 | 1011111 | 10110 | 101100111 | 1011100 | 101001 |
Color Harmonies of #C8080A
Complementary color
Monochromatic Colors of #C8080A
Black with #C8080A
Text Example
Text Example
White with #C8080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8080A; }
p { color: rgb(200,8,10); }
H1.HeaderClassName
{
color: #C8080A;
}
.AnyTagClassName
{
color: #C8080A;
}
</style>
background-color css
<style>
a { background-color: #C8080A; }
a { background-color: rgb(200,8,10); }
div.DivClassName
{
background-color: #C8080A;
}
.BgClassName
{
background-color: #C8080A;
}
</style>
border-color css
<style>
span { border-color: #C8080A; }
span { border-color: rgb(200,8,10); }
td.TdClassName
{
border-color: #C8080A;
}
.TagClassName
{
border-color: #C8080A;
}
</style>