Shades of Venetian Red #C40B0E
Tints of Venetian Red #C40B0E
RGB
CMYK
RGB Variations
Color information
#C40B0E (or 0xC40B0E) is known color: Venetian Red. HEX triplet: C4, 0B and 0E. RGB value is (196,11,14). Sum of RGB (Red+Green+Blue) = 196+11+14=221 (29% of max value = 765). Red value is 196 (76.95% from 255 or 88.69% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40B0E is #3BF4F1. Grayscale: #424242. Windows color (decimal): -3929330 or 920516. OLE color: 920516.
HSL color Cylindrical-coordinate representation of color #C40B0E: hue angle of 359.03º degrees, saturation: 0.89, 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 #C40B0E is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 14 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.23 |
| HSL | 359.03º | 0.89% | 0.41% | - |
| HSV(B) | 359.03º | 0.94% | 0.77% | - |
| XYZ | 22.96 | 12.01 | 1.52 | - |
| YUV | 66.66 | 98.29 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 14 | 0 | 0.94 | 0.93 | 0.23 | 359.03 | 0.89 | 0.41 |
| Hex | C4 | B | E | 0 | 5E | 5D | 17 | 167 | 59 | 29 |
| Octal | 304 | 13 | 16 | 0 | 136 | 135 | 27 | 547 | 131 | 51 |
| Binary | 11000100 | 1011 | 1110 | 0 | 1011110 | 1011101 | 10111 | 101100111 | 1011001 | 101001 |
Color Harmonies of #C40B0E
Complementary color
Monochromatic Colors of #C40B0E
Black with #C40B0E
Text Example
Text Example
White with #C40B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B0E; }
p { color: rgb(196,11,14); }
H1.HeaderClassName
{
color: #C40B0E;
}
.AnyTagClassName
{
color: #C40B0E;
}
</style>
background-color css
<style>
a { background-color: #C40B0E; }
a { background-color: rgb(196,11,14); }
div.DivClassName
{
background-color: #C40B0E;
}
.BgClassName
{
background-color: #C40B0E;
}
</style>
border-color css
<style>
span { border-color: #C40B0E; }
span { border-color: rgb(196,11,14); }
td.TdClassName
{
border-color: #C40B0E;
}
.TagClassName
{
border-color: #C40B0E;
}
</style>