Shades of Venetian Red #C40721
Tints of Venetian Red #C40721
RGB
CMYK
RGB Variations
Color information
#C40721 (or 0xC40721) is known color: Venetian Red. HEX triplet: C4, 07 and 21. RGB value is (196,7,33). Sum of RGB (Red+Green+Blue) = 196+7+33=236 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.05% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 196 - color contains mainly: red. Hex color #C40721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40721 is #3BF8DE. Grayscale: #424242. Windows color (decimal): -3930335 or 2164676. OLE color: 2164676.
HSL color Cylindrical-coordinate representation of color #C40721: hue angle of 351.75º 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 #C40721 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 33 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.23 |
| HSL | 351.75º | 0.93% | 0.4% | - |
| HSV(B) | 351.75º | 0.96% | 0.77% | - |
| XYZ | 23.12 | 12 | 2.54 | - |
| YUV | 66.48 | 109.12 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 33 | 0 | 0.96 | 0.83 | 0.23 | 351.75 | 0.93 | 0.4 |
| Hex | C4 | 7 | 21 | 0 | 60 | 53 | 17 | 160 | 5D | 28 |
| Octal | 304 | 7 | 41 | 0 | 140 | 123 | 27 | 540 | 135 | 50 |
| Binary | 11000100 | 111 | 100001 | 0 | 1100000 | 1010011 | 10111 | 101100000 | 1011101 | 101000 |
Color Harmonies of #C40721
Complementary color
Monochromatic Colors of #C40721
Black with #C40721
Text Example
Text Example
White with #C40721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40721; }
p { color: rgb(196,7,33); }
H1.HeaderClassName
{
color: #C40721;
}
.AnyTagClassName
{
color: #C40721;
}
</style>
background-color css
<style>
a { background-color: #C40721; }
a { background-color: rgb(196,7,33); }
div.DivClassName
{
background-color: #C40721;
}
.BgClassName
{
background-color: #C40721;
}
</style>
border-color css
<style>
span { border-color: #C40721; }
span { border-color: rgb(196,7,33); }
td.TdClassName
{
border-color: #C40721;
}
.TagClassName
{
border-color: #C40721;
}
</style>