Shades of Venetian Red #C31415
Tints of Venetian Red #C31415
RGB
CMYK
RGB Variations
Color information
#C31415 (or 0xC31415) is known color: Venetian Red. HEX triplet: C3, 14 and 15. RGB value is (195,20,21). Sum of RGB (Red+Green+Blue) = 195+20+21=236 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.63% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 195 - color contains mainly: red. Hex color #C31415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31415 is #3CEBEA. Grayscale: #484848. Windows color (decimal): -3992555 or 1381571. OLE color: 1381571.
HSL color Cylindrical-coordinate representation of color #C31415: 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.9%. Process color model (Four color, CMYK) of #C31415 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 21 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.24 |
| HSL | 359.66º | 0.81% | 0.42% | - |
| HSV(B) | 359.66º | 0.9% | 0.76% | - |
| XYZ | 22.89 | 12.16 | 1.85 | - |
| YUV | 72.44 | 98.98 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 21 | 0 | 0.90 | 0.89 | 0.24 | 359.66 | 0.81 | 0.42 |
| Hex | C3 | 14 | 15 | 0 | 5A | 59 | 18 | 168 | 51 | 2A |
| Octal | 303 | 24 | 25 | 0 | 132 | 131 | 30 | 550 | 121 | 52 |
| Binary | 11000011 | 10100 | 10101 | 0 | 1011010 | 1011001 | 11000 | 101101000 | 1010001 | 101010 |
Color Harmonies of #C31415
Complementary color
Monochromatic Colors of #C31415
Black with #C31415
Text Example
Text Example
White with #C31415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31415; }
p { color: rgb(195,20,21); }
H1.HeaderClassName
{
color: #C31415;
}
.AnyTagClassName
{
color: #C31415;
}
</style>
background-color css
<style>
a { background-color: #C31415; }
a { background-color: rgb(195,20,21); }
div.DivClassName
{
background-color: #C31415;
}
.BgClassName
{
background-color: #C31415;
}
</style>
border-color css
<style>
span { border-color: #C31415; }
span { border-color: rgb(195,20,21); }
td.TdClassName
{
border-color: #C31415;
}
.TagClassName
{
border-color: #C31415;
}
</style>