Shades of Venetian Red #C91012
Tints of Venetian Red #C91012
RGB
CMYK
RGB Variations
Color information
#C91012 (or 0xC91012) is known color: Venetian Red. HEX triplet: C9, 10 and 12. RGB value is (201,16,18). Sum of RGB (Red+Green+Blue) = 201+16+18=235 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.53% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 201 - color contains mainly: red. Hex color #C91012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91012 is #36EFED. Grayscale: #474747. Windows color (decimal): -3600366 or 1183945. OLE color: 1183945.
HSL color Cylindrical-coordinate representation of color #C91012: hue angle of 359.35º degrees, saturation: 0.85, 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 #C91012 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 18 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.21 |
| HSL | 359.35º | 0.85% | 0.43% | - |
| HSV(B) | 359.35º | 0.92% | 0.79% | - |
| XYZ | 24.38 | 12.83 | 1.76 | - |
| YUV | 71.54 | 97.79 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 18 | 0 | 0.92 | 0.91 | 0.21 | 359.35 | 0.85 | 0.43 |
| Hex | C9 | 10 | 12 | 0 | 5C | 5B | 15 | 167 | 55 | 2B |
| Octal | 311 | 20 | 22 | 0 | 134 | 133 | 25 | 547 | 125 | 53 |
| Binary | 11001001 | 10000 | 10010 | 0 | 1011100 | 1011011 | 10101 | 101100111 | 1010101 | 101011 |
Color Harmonies of #C91012
Complementary color
Monochromatic Colors of #C91012
Black with #C91012
Text Example
Text Example
White with #C91012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91012; }
p { color: rgb(201,16,18); }
H1.HeaderClassName
{
color: #C91012;
}
.AnyTagClassName
{
color: #C91012;
}
</style>
background-color css
<style>
a { background-color: #C91012; }
a { background-color: rgb(201,16,18); }
div.DivClassName
{
background-color: #C91012;
}
.BgClassName
{
background-color: #C91012;
}
</style>
border-color css
<style>
span { border-color: #C91012; }
span { border-color: rgb(201,16,18); }
td.TdClassName
{
border-color: #C91012;
}
.TagClassName
{
border-color: #C91012;
}
</style>