Shades of Venetian Red #C91117
Tints of Venetian Red #C91117
RGB
CMYK
RGB Variations
Color information
#C91117 (or 0xC91117) is known color: Venetian Red. HEX triplet: C9, 11 and 17. RGB value is (201,17,23). Sum of RGB (Red+Green+Blue) = 201+17+23=241 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.40% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 201 - color contains mainly: red. Hex color #C91117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91117 is #36EEE8. Grayscale: #484848. Windows color (decimal): -3600105 or 1511881. OLE color: 1511881.
HSL color Cylindrical-coordinate representation of color #C91117: hue angle of 358.04º 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 #C91117 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 23 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.21 |
| HSL | 358.04º | 0.84% | 0.43% | - |
| HSV(B) | 358.04º | 0.92% | 0.79% | - |
| XYZ | 24.44 | 12.88 | 2.01 | - |
| YUV | 72.7 | 99.96 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 23 | 0 | 0.92 | 0.89 | 0.21 | 358.04 | 0.84 | 0.43 |
| Hex | C9 | 11 | 17 | 0 | 5C | 59 | 15 | 166 | 54 | 2B |
| Octal | 311 | 21 | 27 | 0 | 134 | 131 | 25 | 546 | 124 | 53 |
| Binary | 11001001 | 10001 | 10111 | 0 | 1011100 | 1011001 | 10101 | 101100110 | 1010100 | 101011 |
Color Harmonies of #C91117
Complementary color
Monochromatic Colors of #C91117
Black with #C91117
Text Example
Text Example
White with #C91117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91117; }
p { color: rgb(201,17,23); }
H1.HeaderClassName
{
color: #C91117;
}
.AnyTagClassName
{
color: #C91117;
}
</style>
background-color css
<style>
a { background-color: #C91117; }
a { background-color: rgb(201,17,23); }
div.DivClassName
{
background-color: #C91117;
}
.BgClassName
{
background-color: #C91117;
}
</style>
border-color css
<style>
span { border-color: #C91117; }
span { border-color: rgb(201,17,23); }
td.TdClassName
{
border-color: #C91117;
}
.TagClassName
{
border-color: #C91117;
}
</style>