Shades of Venetian Red #C30116
Tints of Venetian Red #C30116
RGB
CMYK
RGB Variations
Color information
#C30116 (or 0xC30116) is known color: Venetian Red. HEX triplet: C3, 01 and 16. RGB value is (195,1,22). Sum of RGB (Red+Green+Blue) = 195+1+22=218 (28% of max value = 765). Red value is 195 (76.56% from 255 or 89.45% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 195 - color contains mainly: red. Hex color #C30116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30116 is #3CFEE9. Grayscale: #3D3D3D. Windows color (decimal): -3997418 or 1442243. OLE color: 1442243.
HSL color Cylindrical-coordinate representation of color #C30116: hue angle of 353.51º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30116 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.24 |
| HSL | 353.51º | 0.99% | 0.38% | - |
| HSV(B) | 353.51º | 0.99% | 0.76% | - |
| XYZ | 22.66 | 11.68 | 1.82 | - |
| YUV | 61.4 | 105.77 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 22 | 0 | 0.99 | 0.89 | 0.24 | 353.51 | 0.99 | 0.38 |
| Hex | C3 | 1 | 16 | 0 | 63 | 59 | 18 | 162 | 63 | 26 |
| Octal | 303 | 1 | 26 | 0 | 143 | 131 | 30 | 542 | 143 | 46 |
| Binary | 11000011 | 1 | 10110 | 0 | 1100011 | 1011001 | 11000 | 101100010 | 1100011 | 100110 |
Color Harmonies of #C30116
Complementary color
Monochromatic Colors of #C30116
Black with #C30116
Text Example
Text Example
White with #C30116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30116; }
p { color: rgb(195,1,22); }
H1.HeaderClassName
{
color: #C30116;
}
.AnyTagClassName
{
color: #C30116;
}
</style>
background-color css
<style>
a { background-color: #C30116; }
a { background-color: rgb(195,1,22); }
div.DivClassName
{
background-color: #C30116;
}
.BgClassName
{
background-color: #C30116;
}
</style>
border-color css
<style>
span { border-color: #C30116; }
span { border-color: rgb(195,1,22); }
td.TdClassName
{
border-color: #C30116;
}
.TagClassName
{
border-color: #C30116;
}
</style>