Shades of Venetian Red #C31416
Tints of Venetian Red #C31416
RGB
CMYK
RGB Variations
Color information
#C31416 (or 0xC31416) is known color: Venetian Red. HEX triplet: C3, 14 and 16. RGB value is (195,20,22). Sum of RGB (Red+Green+Blue) = 195+20+22=237 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.28% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 195 - color contains mainly: red. Hex color #C31416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31416 is #3CEBE9. Grayscale: #484848. Windows color (decimal): -3992554 or 1447107. OLE color: 1447107.
HSL color Cylindrical-coordinate representation of color #C31416: hue angle of 359.31º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31416 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 22 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.24 |
| HSL | 359.31º | 0.81% | 0.42% | - |
| HSV(B) | 359.31º | 0.9% | 0.76% | - |
| XYZ | 22.9 | 12.16 | 1.9 | - |
| YUV | 72.55 | 99.48 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 22 | 0 | 0.90 | 0.89 | 0.24 | 359.31 | 0.81 | 0.42 |
| Hex | C3 | 14 | 16 | 0 | 5A | 59 | 18 | 167 | 51 | 2A |
| Octal | 303 | 24 | 26 | 0 | 132 | 131 | 30 | 547 | 121 | 52 |
| Binary | 11000011 | 10100 | 10110 | 0 | 1011010 | 1011001 | 11000 | 101100111 | 1010001 | 101010 |
Color Harmonies of #C31416
Complementary color
Monochromatic Colors of #C31416
Black with #C31416
Text Example
Text Example
White with #C31416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31416; }
p { color: rgb(195,20,22); }
H1.HeaderClassName
{
color: #C31416;
}
.AnyTagClassName
{
color: #C31416;
}
</style>
background-color css
<style>
a { background-color: #C31416; }
a { background-color: rgb(195,20,22); }
div.DivClassName
{
background-color: #C31416;
}
.BgClassName
{
background-color: #C31416;
}
</style>
border-color css
<style>
span { border-color: #C31416; }
span { border-color: rgb(195,20,22); }
td.TdClassName
{
border-color: #C31416;
}
.TagClassName
{
border-color: #C31416;
}
</style>