Shades of Venetian Red #C40C20
Tints of Venetian Red #C40C20
RGB
CMYK
RGB Variations
Color information
#C40C20 (or 0xC40C20) is known color: Venetian Red. HEX triplet: C4, 0C and 20. RGB value is (196,12,32). Sum of RGB (Red+Green+Blue) = 196+12+32=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40C20 is #3BF3DF. Grayscale: #454545. Windows color (decimal): -3929056 or 2100420. OLE color: 2100420.
HSL color Cylindrical-coordinate representation of color #C40C20: hue angle of 353.48º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C20 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 32 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.23 |
| HSL | 353.48º | 0.88% | 0.41% | - |
| HSV(B) | 353.48º | 0.94% | 0.77% | - |
| XYZ | 23.16 | 12.1 | 2.48 | - |
| YUV | 69.3 | 106.96 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 32 | 0 | 0.94 | 0.84 | 0.23 | 353.48 | 0.88 | 0.41 |
| Hex | C4 | C | 20 | 0 | 5E | 54 | 17 | 161 | 58 | 29 |
| Octal | 304 | 14 | 40 | 0 | 136 | 124 | 27 | 541 | 130 | 51 |
| Binary | 11000100 | 1100 | 100000 | 0 | 1011110 | 1010100 | 10111 | 101100001 | 1011000 | 101001 |
Color Harmonies of #C40C20
Complementary color
Monochromatic Colors of #C40C20
Black with #C40C20
Text Example
Text Example
White with #C40C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C20; }
p { color: rgb(196,12,32); }
H1.HeaderClassName
{
color: #C40C20;
}
.AnyTagClassName
{
color: #C40C20;
}
</style>
background-color css
<style>
a { background-color: #C40C20; }
a { background-color: rgb(196,12,32); }
div.DivClassName
{
background-color: #C40C20;
}
.BgClassName
{
background-color: #C40C20;
}
</style>
border-color css
<style>
span { border-color: #C40C20; }
span { border-color: rgb(196,12,32); }
td.TdClassName
{
border-color: #C40C20;
}
.TagClassName
{
border-color: #C40C20;
}
</style>