Shades of Venetian Red #C31216
Tints of Venetian Red #C31216
RGB
CMYK
RGB Variations
Color information
#C31216 (or 0xC31216) is known color: Venetian Red. HEX triplet: C3, 12 and 16. RGB value is (195,18,22). Sum of RGB (Red+Green+Blue) = 195+18+22=235 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.98% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 195 - color contains mainly: red. Hex color #C31216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31216 is #3CEDE9. Grayscale: #474747. Windows color (decimal): -3993066 or 1446595. OLE color: 1446595.
HSL color Cylindrical-coordinate representation of color #C31216: hue angle of 358.64º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31216 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 22 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.24 |
| HSL | 358.64º | 0.83% | 0.42% | - |
| HSV(B) | 358.64º | 0.91% | 0.76% | - |
| XYZ | 22.87 | 12.09 | 1.89 | - |
| YUV | 71.38 | 100.14 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 22 | 0 | 0.91 | 0.89 | 0.24 | 358.64 | 0.83 | 0.42 |
| Hex | C3 | 12 | 16 | 0 | 5B | 59 | 18 | 167 | 53 | 2A |
| Octal | 303 | 22 | 26 | 0 | 133 | 131 | 30 | 547 | 123 | 52 |
| Binary | 11000011 | 10010 | 10110 | 0 | 1011011 | 1011001 | 11000 | 101100111 | 1010011 | 101010 |
Color Harmonies of #C31216
Complementary color
Monochromatic Colors of #C31216
Black with #C31216
Text Example
Text Example
White with #C31216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31216; }
p { color: rgb(195,18,22); }
H1.HeaderClassName
{
color: #C31216;
}
.AnyTagClassName
{
color: #C31216;
}
</style>
background-color css
<style>
a { background-color: #C31216; }
a { background-color: rgb(195,18,22); }
div.DivClassName
{
background-color: #C31216;
}
.BgClassName
{
background-color: #C31216;
}
</style>
border-color css
<style>
span { border-color: #C31216; }
span { border-color: rgb(195,18,22); }
td.TdClassName
{
border-color: #C31216;
}
.TagClassName
{
border-color: #C31216;
}
</style>