Shades of Venetian Red #C80B11
Tints of Venetian Red #C80B11
RGB
CMYK
RGB Variations
Color information
#C80B11 (or 0xC80B11) is known color: Venetian Red. HEX triplet: C8, 0B and 11. RGB value is (200,11,17). Sum of RGB (Red+Green+Blue) = 200+11+17=228 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.72% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80B11 is #37F4EE. Grayscale: #444444. Windows color (decimal): -3667183 or 1117128. OLE color: 1117128.
HSL color Cylindrical-coordinate representation of color #C80B11: hue angle of 358.1º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80B11 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 17 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.22 |
| HSL | 358.1º | 0.9% | 0.41% | - |
| HSV(B) | 358.1º | 0.95% | 0.78% | - |
| XYZ | 24.04 | 12.56 | 1.69 | - |
| YUV | 68.2 | 99.12 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 17 | 0 | 0.94 | 0.92 | 0.22 | 358.1 | 0.9 | 0.41 |
| Hex | C8 | B | 11 | 0 | 5E | 5C | 16 | 166 | 5A | 29 |
| Octal | 310 | 13 | 21 | 0 | 136 | 134 | 26 | 546 | 132 | 51 |
| Binary | 11001000 | 1011 | 10001 | 0 | 1011110 | 1011100 | 10110 | 101100110 | 1011010 | 101001 |
Color Harmonies of #C80B11
Complementary color
Monochromatic Colors of #C80B11
Black with #C80B11
Text Example
Text Example
White with #C80B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80B11; }
p { color: rgb(200,11,17); }
H1.HeaderClassName
{
color: #C80B11;
}
.AnyTagClassName
{
color: #C80B11;
}
</style>
background-color css
<style>
a { background-color: #C80B11; }
a { background-color: rgb(200,11,17); }
div.DivClassName
{
background-color: #C80B11;
}
.BgClassName
{
background-color: #C80B11;
}
</style>
border-color css
<style>
span { border-color: #C80B11; }
span { border-color: rgb(200,11,17); }
td.TdClassName
{
border-color: #C80B11;
}
.TagClassName
{
border-color: #C80B11;
}
</style>