Shades of Venetian Red #C8080B
Tints of Venetian Red #C8080B
RGB
CMYK
RGB Variations
Color information
#C8080B (or 0xC8080B) is known color: Venetian Red. HEX triplet: C8, 08 and 0B. RGB value is (200,8,11). Sum of RGB (Red+Green+Blue) = 200+8+11=219 (29% of max value = 765). Red value is 200 (78.52% from 255 or 91.32% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 200 - color contains mainly: red. Hex color #C8080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8080B is #37F7F4. Grayscale: #414141. Windows color (decimal): -3667957 or 723144. OLE color: 723144.
HSL color Cylindrical-coordinate representation of color #C8080B: hue angle of 359.06º 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 #C8080B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 11 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.22 |
| HSL | 359.06º | 0.92% | 0.41% | - |
| HSV(B) | 359.06º | 0.96% | 0.78% | - |
| XYZ | 23.97 | 12.48 | 1.46 | - |
| YUV | 65.75 | 97.11 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 11 | 0 | 0.96 | 0.94 | 0.22 | 359.06 | 0.92 | 0.41 |
| Hex | C8 | 8 | B | 0 | 60 | 5E | 16 | 167 | 5C | 29 |
| Octal | 310 | 10 | 13 | 0 | 140 | 136 | 26 | 547 | 134 | 51 |
| Binary | 11001000 | 1000 | 1011 | 0 | 1100000 | 1011110 | 10110 | 101100111 | 1011100 | 101001 |
Color Harmonies of #C8080B
Complementary color
Monochromatic Colors of #C8080B
Black with #C8080B
Text Example
Text Example
White with #C8080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8080B; }
p { color: rgb(200,8,11); }
H1.HeaderClassName
{
color: #C8080B;
}
.AnyTagClassName
{
color: #C8080B;
}
</style>
background-color css
<style>
a { background-color: #C8080B; }
a { background-color: rgb(200,8,11); }
div.DivClassName
{
background-color: #C8080B;
}
.BgClassName
{
background-color: #C8080B;
}
</style>
border-color css
<style>
span { border-color: #C8080B; }
span { border-color: rgb(200,8,11); }
td.TdClassName
{
border-color: #C8080B;
}
.TagClassName
{
border-color: #C8080B;
}
</style>