Shades of Venetian Red #C91115
Tints of Venetian Red #C91115
RGB
CMYK
RGB Variations
Color information
#C91115 (or 0xC91115) is known color: Venetian Red. HEX triplet: C9, 11 and 15. RGB value is (201,17,21). Sum of RGB (Red+Green+Blue) = 201+17+21=239 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.10% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 201 - color contains mainly: red. Hex color #C91115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91115 is #36EEEA. Grayscale: #484848. Windows color (decimal): -3600107 or 1380809. OLE color: 1380809.
HSL color Cylindrical-coordinate representation of color #C91115: hue angle of 358.7º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91115 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 21 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.21 |
| HSL | 358.7º | 0.84% | 0.43% | - |
| HSV(B) | 358.7º | 0.92% | 0.79% | - |
| XYZ | 24.42 | 12.87 | 1.91 | - |
| YUV | 72.47 | 98.96 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 21 | 0 | 0.92 | 0.90 | 0.21 | 358.7 | 0.84 | 0.43 |
| Hex | C9 | 11 | 15 | 0 | 5C | 5A | 15 | 167 | 54 | 2B |
| Octal | 311 | 21 | 25 | 0 | 134 | 132 | 25 | 547 | 124 | 53 |
| Binary | 11001001 | 10001 | 10101 | 0 | 1011100 | 1011010 | 10101 | 101100111 | 1010100 | 101011 |
Color Harmonies of #C91115
Complementary color
Monochromatic Colors of #C91115
Black with #C91115
Text Example
Text Example
White with #C91115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91115; }
p { color: rgb(201,17,21); }
H1.HeaderClassName
{
color: #C91115;
}
.AnyTagClassName
{
color: #C91115;
}
</style>
background-color css
<style>
a { background-color: #C91115; }
a { background-color: rgb(201,17,21); }
div.DivClassName
{
background-color: #C91115;
}
.BgClassName
{
background-color: #C91115;
}
</style>
border-color css
<style>
span { border-color: #C91115; }
span { border-color: rgb(201,17,21); }
td.TdClassName
{
border-color: #C91115;
}
.TagClassName
{
border-color: #C91115;
}
</style>