Shades of Venetian Red #C31516
Tints of Venetian Red #C31516
RGB
CMYK
RGB Variations
Color information
#C31516 (or 0xC31516) is known color: Venetian Red. HEX triplet: C3, 15 and 16. RGB value is (195,21,22). Sum of RGB (Red+Green+Blue) = 195+21+22=238 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.93% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 195 - color contains mainly: red. Hex color #C31516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31516 is #3CEAE9. Grayscale: #494949. Windows color (decimal): -3992298 or 1447363. OLE color: 1447363.
HSL color Cylindrical-coordinate representation of color #C31516: hue angle of 359.66º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31516 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 22 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.24 |
| HSL | 359.66º | 0.81% | 0.42% | - |
| HSV(B) | 359.66º | 0.89% | 0.76% | - |
| XYZ | 22.92 | 12.2 | 1.91 | - |
| YUV | 73.14 | 99.15 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 22 | 0 | 0.89 | 0.89 | 0.24 | 359.66 | 0.81 | 0.42 |
| Hex | C3 | 15 | 16 | 0 | 59 | 59 | 18 | 168 | 51 | 2A |
| Octal | 303 | 25 | 26 | 0 | 131 | 131 | 30 | 550 | 121 | 52 |
| Binary | 11000011 | 10101 | 10110 | 0 | 1011001 | 1011001 | 11000 | 101101000 | 1010001 | 101010 |
Color Harmonies of #C31516
Complementary color
Monochromatic Colors of #C31516
Black with #C31516
Text Example
Text Example
White with #C31516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31516; }
p { color: rgb(195,21,22); }
H1.HeaderClassName
{
color: #C31516;
}
.AnyTagClassName
{
color: #C31516;
}
</style>
background-color css
<style>
a { background-color: #C31516; }
a { background-color: rgb(195,21,22); }
div.DivClassName
{
background-color: #C31516;
}
.BgClassName
{
background-color: #C31516;
}
</style>
border-color css
<style>
span { border-color: #C31516; }
span { border-color: rgb(195,21,22); }
td.TdClassName
{
border-color: #C31516;
}
.TagClassName
{
border-color: #C31516;
}
</style>