Shades of Venetian Red #C80011
Tints of Venetian Red #C80011
RGB
CMYK
RGB Variations
Color information
#C80011 (or 0xC80011) is known color: Venetian Red. HEX triplet: C8, 00 and 11. RGB value is (200,0,17). Sum of RGB (Red+Green+Blue) = 200+0+17=217 (28% of max value = 765). Red value is 200 (78.52% from 255 or 92.17% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 200 - color contains mainly: red. Hex color #C80011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80011 is #37FFEE. Grayscale: #3D3D3D. Windows color (decimal): -3669999 or 1114312. OLE color: 1114312.
HSL color Cylindrical-coordinate representation of color #C80011: hue angle of 354.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80011 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.92 | 0.22 |
| HSL | 354.9º | 1% | 0.39% | - |
| HSV(B) | 354.9º | 1% | 0.78% | - |
| XYZ | 23.92 | 12.32 | 1.65 | - |
| YUV | 61.74 | 102.76 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 17 | 0 | 1 | 0.92 | 0.22 | 354.9 | 1 | 0.39 |
| Hex | C8 | 0 | 11 | 0 | 64 | 5C | 16 | 163 | 64 | 27 |
| Octal | 310 | 0 | 21 | 0 | 144 | 134 | 26 | 543 | 144 | 47 |
| Binary | 11001000 | 0 | 10001 | 0 | 1100100 | 1011100 | 10110 | 101100011 | 1100100 | 100111 |
Color Harmonies of #C80011
Complementary color
Monochromatic Colors of #C80011
Black with #C80011
Text Example
Text Example
White with #C80011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80011; }
p { color: rgb(200,0,17); }
H1.HeaderClassName
{
color: #C80011;
}
.AnyTagClassName
{
color: #C80011;
}
</style>
background-color css
<style>
a { background-color: #C80011; }
a { background-color: rgb(200,0,17); }
div.DivClassName
{
background-color: #C80011;
}
.BgClassName
{
background-color: #C80011;
}
</style>
border-color css
<style>
span { border-color: #C80011; }
span { border-color: rgb(200,0,17); }
td.TdClassName
{
border-color: #C80011;
}
.TagClassName
{
border-color: #C80011;
}
</style>