Shades of Venetian Red #C91316
Tints of Venetian Red #C91316
RGB
CMYK
RGB Variations
Color information
#C91316 (or 0xC91316) is known color: Venetian Red. HEX triplet: C9, 13 and 16. RGB value is (201,19,22). Sum of RGB (Red+Green+Blue) = 201+19+22=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C91316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91316 is #36ECE9. Grayscale: #494949. Windows color (decimal): -3599594 or 1446857. OLE color: 1446857.
HSL color Cylindrical-coordinate representation of color #C91316: hue angle of 359.01º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91316 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 22 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.21 |
| HSL | 359.01º | 0.83% | 0.43% | - |
| HSV(B) | 359.01º | 0.91% | 0.79% | - |
| XYZ | 24.47 | 12.94 | 1.97 | - |
| YUV | 73.76 | 98.8 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 22 | 0 | 0.91 | 0.89 | 0.21 | 359.01 | 0.83 | 0.43 |
| Hex | C9 | 13 | 16 | 0 | 5B | 59 | 15 | 167 | 53 | 2B |
| Octal | 311 | 23 | 26 | 0 | 133 | 131 | 25 | 547 | 123 | 53 |
| Binary | 11001001 | 10011 | 10110 | 0 | 1011011 | 1011001 | 10101 | 101100111 | 1010011 | 101011 |
Color Harmonies of #C91316
Complementary color
Monochromatic Colors of #C91316
Black with #C91316
Text Example
Text Example
White with #C91316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91316; }
p { color: rgb(201,19,22); }
H1.HeaderClassName
{
color: #C91316;
}
.AnyTagClassName
{
color: #C91316;
}
</style>
background-color css
<style>
a { background-color: #C91316; }
a { background-color: rgb(201,19,22); }
div.DivClassName
{
background-color: #C91316;
}
.BgClassName
{
background-color: #C91316;
}
</style>
border-color css
<style>
span { border-color: #C91316; }
span { border-color: rgb(201,19,22); }
td.TdClassName
{
border-color: #C91316;
}
.TagClassName
{
border-color: #C91316;
}
</style>