Shades of Venetian Red #C40616
Tints of Venetian Red #C40616
RGB
CMYK
RGB Variations
Color information
#C40616 (or 0xC40616) is known color: Venetian Red. HEX triplet: C4, 06 and 16. RGB value is (196,6,22). Sum of RGB (Red+Green+Blue) = 196+6+22=224 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.5% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 196 - color contains mainly: red. Hex color #C40616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40616 is #3BF9E9. Grayscale: #404040. Windows color (decimal): -3930602 or 1443524. OLE color: 1443524.
HSL color Cylindrical-coordinate representation of color #C40616: hue angle of 354.95º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40616 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 22 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.23 |
| HSL | 354.95º | 0.94% | 0.4% | - |
| HSV(B) | 354.95º | 0.97% | 0.77% | - |
| XYZ | 22.97 | 11.92 | 1.85 | - |
| YUV | 64.63 | 103.95 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 22 | 0 | 0.97 | 0.89 | 0.23 | 354.95 | 0.94 | 0.4 |
| Hex | C4 | 6 | 16 | 0 | 61 | 59 | 17 | 163 | 5E | 28 |
| Octal | 304 | 6 | 26 | 0 | 141 | 131 | 27 | 543 | 136 | 50 |
| Binary | 11000100 | 110 | 10110 | 0 | 1100001 | 1011001 | 10111 | 101100011 | 1011110 | 101000 |
Color Harmonies of #C40616
Complementary color
Monochromatic Colors of #C40616
Black with #C40616
Text Example
Text Example
White with #C40616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40616; }
p { color: rgb(196,6,22); }
H1.HeaderClassName
{
color: #C40616;
}
.AnyTagClassName
{
color: #C40616;
}
</style>
background-color css
<style>
a { background-color: #C40616; }
a { background-color: rgb(196,6,22); }
div.DivClassName
{
background-color: #C40616;
}
.BgClassName
{
background-color: #C40616;
}
</style>
border-color css
<style>
span { border-color: #C40616; }
span { border-color: rgb(196,6,22); }
td.TdClassName
{
border-color: #C40616;
}
.TagClassName
{
border-color: #C40616;
}
</style>