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