Shades of Venetian Red #C40720
Tints of Venetian Red #C40720
RGB
CMYK
RGB Variations
Color information
#C40720 (or 0xC40720) is known color: Venetian Red. HEX triplet: C4, 07 and 20. RGB value is (196,7,32). Sum of RGB (Red+Green+Blue) = 196+7+32=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C40720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40720 is #3BF8DF. Grayscale: #424242. Windows color (decimal): -3930336 or 2099140. OLE color: 2099140.
HSL color Cylindrical-coordinate representation of color #C40720: hue angle of 352.06º 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 #C40720 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 32 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.23 |
| HSL | 352.06º | 0.93% | 0.4% | - |
| HSV(B) | 352.06º | 0.96% | 0.77% | - |
| XYZ | 23.1 | 11.99 | 2.46 | - |
| YUV | 66.36 | 108.62 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 32 | 0 | 0.96 | 0.84 | 0.23 | 352.06 | 0.93 | 0.4 |
| Hex | C4 | 7 | 20 | 0 | 60 | 54 | 17 | 160 | 5D | 28 |
| Octal | 304 | 7 | 40 | 0 | 140 | 124 | 27 | 540 | 135 | 50 |
| Binary | 11000100 | 111 | 100000 | 0 | 1100000 | 1010100 | 10111 | 101100000 | 1011101 | 101000 |
Color Harmonies of #C40720
Complementary color
Monochromatic Colors of #C40720
Black with #C40720
Text Example
Text Example
White with #C40720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40720; }
p { color: rgb(196,7,32); }
H1.HeaderClassName
{
color: #C40720;
}
.AnyTagClassName
{
color: #C40720;
}
</style>
background-color css
<style>
a { background-color: #C40720; }
a { background-color: rgb(196,7,32); }
div.DivClassName
{
background-color: #C40720;
}
.BgClassName
{
background-color: #C40720;
}
</style>
border-color css
<style>
span { border-color: #C40720; }
span { border-color: rgb(196,7,32); }
td.TdClassName
{
border-color: #C40720;
}
.TagClassName
{
border-color: #C40720;
}
</style>