Shades of Venetian Red #C40510
Tints of Venetian Red #C40510
RGB
CMYK
RGB Variations
Color information
#C40510 (or 0xC40510) is known color: Venetian Red. HEX triplet: C4, 05 and 10. RGB value is (196,5,16). Sum of RGB (Red+Green+Blue) = 196+5+16=217 (28% of max value = 765). Red value is 196 (76.95% from 255 or 90.32% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 196 - color contains mainly: red. Hex color #C40510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40510 is #3BFAEF. Grayscale: #3F3F3F. Windows color (decimal): -3930864 or 1050052. OLE color: 1050052.
HSL color Cylindrical-coordinate representation of color #C40510: hue angle of 356.54º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40510 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 16 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.23 |
| HSL | 356.54º | 0.95% | 0.39% | - |
| HSV(B) | 356.54º | 0.97% | 0.77% | - |
| XYZ | 22.91 | 11.88 | 1.58 | - |
| YUV | 63.36 | 101.28 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 16 | 0 | 0.97 | 0.92 | 0.23 | 356.54 | 0.95 | 0.39 |
| Hex | C4 | 5 | 10 | 0 | 61 | 5C | 17 | 165 | 5F | 27 |
| Octal | 304 | 5 | 20 | 0 | 141 | 134 | 27 | 545 | 137 | 47 |
| Binary | 11000100 | 101 | 10000 | 0 | 1100001 | 1011100 | 10111 | 101100101 | 1011111 | 100111 |
Color Harmonies of #C40510
Complementary color
Monochromatic Colors of #C40510
Black with #C40510
Text Example
Text Example
White with #C40510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40510; }
p { color: rgb(196,5,16); }
H1.HeaderClassName
{
color: #C40510;
}
.AnyTagClassName
{
color: #C40510;
}
</style>
background-color css
<style>
a { background-color: #C40510; }
a { background-color: rgb(196,5,16); }
div.DivClassName
{
background-color: #C40510;
}
.BgClassName
{
background-color: #C40510;
}
</style>
border-color css
<style>
span { border-color: #C40510; }
span { border-color: rgb(196,5,16); }
td.TdClassName
{
border-color: #C40510;
}
.TagClassName
{
border-color: #C40510;
}
</style>