Shades of Venetian Red #C40816
Tints of Venetian Red #C40816
RGB
CMYK
RGB Variations
Color information
#C40816 (or 0xC40816) is known color: Venetian Red. HEX triplet: C4, 08 and 16. RGB value is (196,8,22). Sum of RGB (Red+Green+Blue) = 196+8+22=226 (29% of max value = 765). Red value is 196 (76.95% from 255 or 86.73% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 196 - color contains mainly: red. Hex color #C40816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40816 is #3BF7E9. Grayscale: #414141. Windows color (decimal): -3930090 or 1444036. OLE color: 1444036.
HSL color Cylindrical-coordinate representation of color #C40816: hue angle of 355.53º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40816 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 22 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.23 |
| HSL | 355.53º | 0.92% | 0.4% | - |
| HSV(B) | 355.53º | 0.96% | 0.77% | - |
| XYZ | 23 | 11.97 | 1.86 | - |
| YUV | 65.81 | 103.28 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 22 | 0 | 0.96 | 0.89 | 0.23 | 355.53 | 0.92 | 0.4 |
| Hex | C4 | 8 | 16 | 0 | 60 | 59 | 17 | 164 | 5C | 28 |
| Octal | 304 | 10 | 26 | 0 | 140 | 131 | 27 | 544 | 134 | 50 |
| Binary | 11000100 | 1000 | 10110 | 0 | 1100000 | 1011001 | 10111 | 101100100 | 1011100 | 101000 |
Color Harmonies of #C40816
Complementary color
Monochromatic Colors of #C40816
Black with #C40816
Text Example
Text Example
White with #C40816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40816; }
p { color: rgb(196,8,22); }
H1.HeaderClassName
{
color: #C40816;
}
.AnyTagClassName
{
color: #C40816;
}
</style>
background-color css
<style>
a { background-color: #C40816; }
a { background-color: rgb(196,8,22); }
div.DivClassName
{
background-color: #C40816;
}
.BgClassName
{
background-color: #C40816;
}
</style>
border-color css
<style>
span { border-color: #C40816; }
span { border-color: rgb(196,8,22); }
td.TdClassName
{
border-color: #C40816;
}
.TagClassName
{
border-color: #C40816;
}
</style>