Shades of Venetian Red #C40511
Tints of Venetian Red #C40511
RGB
CMYK
RGB Variations
Color information
#C40511 (or 0xC40511) is known color: Venetian Red. HEX triplet: C4, 05 and 11. RGB value is (196,5,17). Sum of RGB (Red+Green+Blue) = 196+5+17=218 (28% of max value = 765). Red value is 196 (76.95% from 255 or 89.91% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 196 - color contains mainly: red. Hex color #C40511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40511 is #3BFAEE. Grayscale: #3F3F3F. Windows color (decimal): -3930863 or 1115588. OLE color: 1115588.
HSL color Cylindrical-coordinate representation of color #C40511: hue angle of 356.23º 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 #C40511 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 17 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.23 |
| HSL | 356.23º | 0.95% | 0.39% | - |
| HSV(B) | 356.23º | 0.97% | 0.77% | - |
| XYZ | 22.92 | 11.88 | 1.62 | - |
| YUV | 63.48 | 101.78 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 17 | 0 | 0.97 | 0.91 | 0.23 | 356.23 | 0.95 | 0.39 |
| Hex | C4 | 5 | 11 | 0 | 61 | 5B | 17 | 164 | 5F | 27 |
| Octal | 304 | 5 | 21 | 0 | 141 | 133 | 27 | 544 | 137 | 47 |
| Binary | 11000100 | 101 | 10001 | 0 | 1100001 | 1011011 | 10111 | 101100100 | 1011111 | 100111 |
Color Harmonies of #C40511
Complementary color
Monochromatic Colors of #C40511
Black with #C40511
Text Example
Text Example
White with #C40511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40511; }
p { color: rgb(196,5,17); }
H1.HeaderClassName
{
color: #C40511;
}
.AnyTagClassName
{
color: #C40511;
}
</style>
background-color css
<style>
a { background-color: #C40511; }
a { background-color: rgb(196,5,17); }
div.DivClassName
{
background-color: #C40511;
}
.BgClassName
{
background-color: #C40511;
}
</style>
border-color css
<style>
span { border-color: #C40511; }
span { border-color: rgb(196,5,17); }
td.TdClassName
{
border-color: #C40511;
}
.TagClassName
{
border-color: #C40511;
}
</style>