Shades of Venetian Red #C40715
Tints of Venetian Red #C40715
RGB
CMYK
RGB Variations
Color information
#C40715 (or 0xC40715) is known color: Venetian Red. HEX triplet: C4, 07 and 15. RGB value is (196,7,21). Sum of RGB (Red+Green+Blue) = 196+7+21=224 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.5% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 196 - color contains mainly: red. Hex color #C40715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40715 is #3BF8EA. Grayscale: #414141. Windows color (decimal): -3930347 or 1378244. OLE color: 1378244.
HSL color Cylindrical-coordinate representation of color #C40715: hue angle of 355.56º degrees, saturation: 0.93, 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 #C40715 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 21 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.23 |
| HSL | 355.56º | 0.93% | 0.4% | - |
| HSV(B) | 355.56º | 0.96% | 0.77% | - |
| XYZ | 22.98 | 11.94 | 1.8 | - |
| YUV | 65.11 | 103.12 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 21 | 0 | 0.96 | 0.89 | 0.23 | 355.56 | 0.93 | 0.4 |
| Hex | C4 | 7 | 15 | 0 | 60 | 59 | 17 | 164 | 5D | 28 |
| Octal | 304 | 7 | 25 | 0 | 140 | 131 | 27 | 544 | 135 | 50 |
| Binary | 11000100 | 111 | 10101 | 0 | 1100000 | 1011001 | 10111 | 101100100 | 1011101 | 101000 |
Color Harmonies of #C40715
Complementary color
Monochromatic Colors of #C40715
Black with #C40715
Text Example
Text Example
White with #C40715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40715; }
p { color: rgb(196,7,21); }
H1.HeaderClassName
{
color: #C40715;
}
.AnyTagClassName
{
color: #C40715;
}
</style>
background-color css
<style>
a { background-color: #C40715; }
a { background-color: rgb(196,7,21); }
div.DivClassName
{
background-color: #C40715;
}
.BgClassName
{
background-color: #C40715;
}
</style>
border-color css
<style>
span { border-color: #C40715; }
span { border-color: rgb(196,7,21); }
td.TdClassName
{
border-color: #C40715;
}
.TagClassName
{
border-color: #C40715;
}
</style>