Shades of Venetian Red #C90116
Tints of Venetian Red #C90116
RGB
CMYK
RGB Variations
Color information
#C90116 (or 0xC90116) is known color: Venetian Red. HEX triplet: C9, 01 and 16. RGB value is (201,1,22). Sum of RGB (Red+Green+Blue) = 201+1+22=224 (29% of max value = 765). Red value is 201 (78.91% from 255 or 89.73% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 201 - color contains mainly: red. Hex color #C90116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90116 is #36FEE9. Grayscale: #3F3F3F. Windows color (decimal): -3604202 or 1442249. OLE color: 1442249.
HSL color Cylindrical-coordinate representation of color #C90116: hue angle of 353.7º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90116 is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 22 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.21 |
| HSL | 353.7º | 0.99% | 0.4% | - |
| HSV(B) | 353.7º | 1% | 0.79% | - |
| XYZ | 24.24 | 12.5 | 1.89 | - |
| YUV | 63.19 | 104.76 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 22 | 0 | 1.00 | 0.89 | 0.21 | 353.7 | 0.99 | 0.4 |
| Hex | C9 | 1 | 16 | 0 | 64 | 59 | 15 | 162 | 63 | 28 |
| Octal | 311 | 1 | 26 | 0 | 144 | 131 | 25 | 542 | 143 | 50 |
| Binary | 11001001 | 1 | 10110 | 0 | 1100100 | 1011001 | 10101 | 101100010 | 1100011 | 101000 |
Color Harmonies of #C90116
Complementary color
Monochromatic Colors of #C90116
Black with #C90116
Text Example
Text Example
White with #C90116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90116; }
p { color: rgb(201,1,22); }
H1.HeaderClassName
{
color: #C90116;
}
.AnyTagClassName
{
color: #C90116;
}
</style>
background-color css
<style>
a { background-color: #C90116; }
a { background-color: rgb(201,1,22); }
div.DivClassName
{
background-color: #C90116;
}
.BgClassName
{
background-color: #C90116;
}
</style>
border-color css
<style>
span { border-color: #C90116; }
span { border-color: rgb(201,1,22); }
td.TdClassName
{
border-color: #C90116;
}
.TagClassName
{
border-color: #C90116;
}
</style>