Shades of Venetian Red #C91214
Tints of Venetian Red #C91214
RGB
CMYK
RGB Variations
Color information
#C91214 (or 0xC91214) is known color: Venetian Red. HEX triplet: C9, 12 and 14. RGB value is (201,18,20). Sum of RGB (Red+Green+Blue) = 201+18+20=239 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.10% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 201 - color contains mainly: red. Hex color #C91214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91214 is #36EDEB. Grayscale: #494949. Windows color (decimal): -3599852 or 1315529. OLE color: 1315529.
HSL color Cylindrical-coordinate representation of color #C91214: hue angle of 359.34º degrees, saturation: 0.84, 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 #C91214 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 20 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.21 |
| HSL | 359.34º | 0.84% | 0.43% | - |
| HSV(B) | 359.34º | 0.91% | 0.79% | - |
| XYZ | 24.43 | 12.9 | 1.86 | - |
| YUV | 72.95 | 98.13 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 20 | 0 | 0.91 | 0.90 | 0.21 | 359.34 | 0.84 | 0.43 |
| Hex | C9 | 12 | 14 | 0 | 5B | 5A | 15 | 167 | 54 | 2B |
| Octal | 311 | 22 | 24 | 0 | 133 | 132 | 25 | 547 | 124 | 53 |
| Binary | 11001001 | 10010 | 10100 | 0 | 1011011 | 1011010 | 10101 | 101100111 | 1010100 | 101011 |
Color Harmonies of #C91214
Complementary color
Monochromatic Colors of #C91214
Black with #C91214
Text Example
Text Example
White with #C91214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91214; }
p { color: rgb(201,18,20); }
H1.HeaderClassName
{
color: #C91214;
}
.AnyTagClassName
{
color: #C91214;
}
</style>
background-color css
<style>
a { background-color: #C91214; }
a { background-color: rgb(201,18,20); }
div.DivClassName
{
background-color: #C91214;
}
.BgClassName
{
background-color: #C91214;
}
</style>
border-color css
<style>
span { border-color: #C91214; }
span { border-color: rgb(201,18,20); }
td.TdClassName
{
border-color: #C91214;
}
.TagClassName
{
border-color: #C91214;
}
</style>