Shades of Venetian Red #C40C13
Tints of Venetian Red #C40C13
RGB
CMYK
RGB Variations
Color information
#C40C13 (or 0xC40C13) is known color: Venetian Red. HEX triplet: C4, 0C and 13. RGB value is (196,12,19). Sum of RGB (Red+Green+Blue) = 196+12+19=227 (30% of max value = 765). Red value is 196 (76.95% from 255 or 86.34% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40C13 is #3BF3EC. Grayscale: #434343. Windows color (decimal): -3929069 or 1248452. OLE color: 1248452.
HSL color Cylindrical-coordinate representation of color #C40C13: hue angle of 357.72º 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 #C40C13 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 19 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.23 |
| HSL | 357.72º | 0.88% | 0.41% | - |
| HSV(B) | 357.72º | 0.94% | 0.77% | - |
| XYZ | 23.01 | 12.05 | 1.73 | - |
| YUV | 67.81 | 100.46 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 19 | 0 | 0.94 | 0.90 | 0.23 | 357.72 | 0.88 | 0.41 |
| Hex | C4 | C | 13 | 0 | 5E | 5A | 17 | 166 | 58 | 29 |
| Octal | 304 | 14 | 23 | 0 | 136 | 132 | 27 | 546 | 130 | 51 |
| Binary | 11000100 | 1100 | 10011 | 0 | 1011110 | 1011010 | 10111 | 101100110 | 1011000 | 101001 |
Color Harmonies of #C40C13
Complementary color
Monochromatic Colors of #C40C13
Black with #C40C13
Text Example
Text Example
White with #C40C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C13; }
p { color: rgb(196,12,19); }
H1.HeaderClassName
{
color: #C40C13;
}
.AnyTagClassName
{
color: #C40C13;
}
</style>
background-color css
<style>
a { background-color: #C40C13; }
a { background-color: rgb(196,12,19); }
div.DivClassName
{
background-color: #C40C13;
}
.BgClassName
{
background-color: #C40C13;
}
</style>
border-color css
<style>
span { border-color: #C40C13; }
span { border-color: rgb(196,12,19); }
td.TdClassName
{
border-color: #C40C13;
}
.TagClassName
{
border-color: #C40C13;
}
</style>