Shades of Venetian Red #C40116
Tints of Venetian Red #C40116
RGB
CMYK
RGB Variations
Color information
#C40116 (or 0xC40116) is known color: Venetian Red. HEX triplet: C4, 01 and 16. RGB value is (196,1,22). Sum of RGB (Red+Green+Blue) = 196+1+22=219 (29% of max value = 765). Red value is 196 (76.95% from 255 or 89.50% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 196 - color contains mainly: red. Hex color #C40116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40116 is #3BFEE9. Grayscale: #3D3D3D. Windows color (decimal): -3931882 or 1442244. OLE color: 1442244.
HSL color Cylindrical-coordinate representation of color #C40116: hue angle of 353.54º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40116 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.23 |
| HSL | 353.54º | 0.99% | 0.39% | - |
| HSV(B) | 353.54º | 0.99% | 0.77% | - |
| XYZ | 22.92 | 11.82 | 1.83 | - |
| YUV | 61.7 | 105.6 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 22 | 0 | 0.99 | 0.89 | 0.23 | 353.54 | 0.99 | 0.39 |
| Hex | C4 | 1 | 16 | 0 | 63 | 59 | 17 | 162 | 63 | 27 |
| Octal | 304 | 1 | 26 | 0 | 143 | 131 | 27 | 542 | 143 | 47 |
| Binary | 11000100 | 1 | 10110 | 0 | 1100011 | 1011001 | 10111 | 101100010 | 1100011 | 100111 |
Color Harmonies of #C40116
Complementary color
Monochromatic Colors of #C40116
Black with #C40116
Text Example
Text Example
White with #C40116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40116; }
p { color: rgb(196,1,22); }
H1.HeaderClassName
{
color: #C40116;
}
.AnyTagClassName
{
color: #C40116;
}
</style>
background-color css
<style>
a { background-color: #C40116; }
a { background-color: rgb(196,1,22); }
div.DivClassName
{
background-color: #C40116;
}
.BgClassName
{
background-color: #C40116;
}
</style>
border-color css
<style>
span { border-color: #C40116; }
span { border-color: rgb(196,1,22); }
td.TdClassName
{
border-color: #C40116;
}
.TagClassName
{
border-color: #C40116;
}
</style>