Shades of Venetian Red #C40726
Tints of Venetian Red #C40726
RGB
CMYK
RGB Variations
Color information
#C40726 (or 0xC40726) is known color: Venetian Red. HEX triplet: C4, 07 and 26. RGB value is (196,7,38). Sum of RGB (Red+Green+Blue) = 196+7+38=241 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.33% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 196 - color contains mainly: red. Hex color #C40726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40726 is #3BF8D9. Grayscale: #434343. Windows color (decimal): -3930330 or 2492356. OLE color: 2492356.
HSL color Cylindrical-coordinate representation of color #C40726: hue angle of 350.16º 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 #C40726 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 38 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.23 |
| HSL | 350.16º | 0.93% | 0.4% | - |
| HSV(B) | 350.16º | 0.96% | 0.77% | - |
| XYZ | 23.19 | 12.03 | 2.93 | - |
| YUV | 67.05 | 111.62 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 38 | 0 | 0.96 | 0.81 | 0.23 | 350.16 | 0.93 | 0.4 |
| Hex | C4 | 7 | 26 | 0 | 60 | 51 | 17 | 15E | 5D | 28 |
| Octal | 304 | 7 | 46 | 0 | 140 | 121 | 27 | 536 | 135 | 50 |
| Binary | 11000100 | 111 | 100110 | 0 | 1100000 | 1010001 | 10111 | 101011110 | 1011101 | 101000 |
Color Harmonies of #C40726
Complementary color
Monochromatic Colors of #C40726
Black with #C40726
Text Example
Text Example
White with #C40726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40726; }
p { color: rgb(196,7,38); }
H1.HeaderClassName
{
color: #C40726;
}
.AnyTagClassName
{
color: #C40726;
}
</style>
background-color css
<style>
a { background-color: #C40726; }
a { background-color: rgb(196,7,38); }
div.DivClassName
{
background-color: #C40726;
}
.BgClassName
{
background-color: #C40726;
}
</style>
border-color css
<style>
span { border-color: #C40726; }
span { border-color: rgb(196,7,38); }
td.TdClassName
{
border-color: #C40726;
}
.TagClassName
{
border-color: #C40726;
}
</style>