Shades of Venetian Red #C40D20
Tints of Venetian Red #C40D20
RGB
CMYK
RGB Variations
Color information
#C40D20 (or 0xC40D20) is known color: Venetian Red. HEX triplet: C4, 0D and 20. RGB value is (196,13,32). Sum of RGB (Red+Green+Blue) = 196+13+32=241 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.33% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40D20 is #3BF2DF. Grayscale: #454545. Windows color (decimal): -3928800 or 2100676. OLE color: 2100676.
HSL color Cylindrical-coordinate representation of color #C40D20: hue angle of 353.77º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40D20 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 13 | 32 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.23 |
| HSL | 353.77º | 0.88% | 0.41% | - |
| HSV(B) | 353.77º | 0.93% | 0.77% | - |
| XYZ | 23.17 | 12.13 | 2.49 | - |
| YUV | 69.88 | 106.63 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 32 | 0 | 0.93 | 0.84 | 0.23 | 353.77 | 0.88 | 0.41 |
| Hex | C4 | D | 20 | 0 | 5D | 54 | 17 | 162 | 58 | 29 |
| Octal | 304 | 15 | 40 | 0 | 135 | 124 | 27 | 542 | 130 | 51 |
| Binary | 11000100 | 1101 | 100000 | 0 | 1011101 | 1010100 | 10111 | 101100010 | 1011000 | 101001 |
Color Harmonies of #C40D20
Complementary color
Monochromatic Colors of #C40D20
Black with #C40D20
Text Example
Text Example
White with #C40D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40D20; }
p { color: rgb(196,13,32); }
H1.HeaderClassName
{
color: #C40D20;
}
.AnyTagClassName
{
color: #C40D20;
}
</style>
background-color css
<style>
a { background-color: #C40D20; }
a { background-color: rgb(196,13,32); }
div.DivClassName
{
background-color: #C40D20;
}
.BgClassName
{
background-color: #C40D20;
}
</style>
border-color css
<style>
span { border-color: #C40D20; }
span { border-color: rgb(196,13,32); }
td.TdClassName
{
border-color: #C40D20;
}
.TagClassName
{
border-color: #C40D20;
}
</style>