Shades of Venetian Red #C40A0E
Tints of Venetian Red #C40A0E
RGB
CMYK
RGB Variations
Color information
#C40A0E (or 0xC40A0E) is known color: Venetian Red. HEX triplet: C4, 0A and 0E. RGB value is (196,10,14). Sum of RGB (Red+Green+Blue) = 196+10+14=220 (29% of max value = 765). Red value is 196 (76.95% from 255 or 89.09% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40A0E is #3BF5F1. Grayscale: #424242. Windows color (decimal): -3929586 or 920260. OLE color: 920260.
HSL color Cylindrical-coordinate representation of color #C40A0E: hue angle of 358.71º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40A0E is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 14 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.23 |
| HSL | 358.71º | 0.9% | 0.4% | - |
| HSV(B) | 358.71º | 0.95% | 0.77% | - |
| XYZ | 22.95 | 11.98 | 1.52 | - |
| YUV | 66.07 | 98.62 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 14 | 0 | 0.95 | 0.93 | 0.23 | 358.71 | 0.9 | 0.4 |
| Hex | C4 | A | E | 0 | 5F | 5D | 17 | 167 | 5A | 28 |
| Octal | 304 | 12 | 16 | 0 | 137 | 135 | 27 | 547 | 132 | 50 |
| Binary | 11000100 | 1010 | 1110 | 0 | 1011111 | 1011101 | 10111 | 101100111 | 1011010 | 101000 |
Color Harmonies of #C40A0E
Complementary color
Monochromatic Colors of #C40A0E
Black with #C40A0E
Text Example
Text Example
White with #C40A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A0E; }
p { color: rgb(196,10,14); }
H1.HeaderClassName
{
color: #C40A0E;
}
.AnyTagClassName
{
color: #C40A0E;
}
</style>
background-color css
<style>
a { background-color: #C40A0E; }
a { background-color: rgb(196,10,14); }
div.DivClassName
{
background-color: #C40A0E;
}
.BgClassName
{
background-color: #C40A0E;
}
</style>
border-color css
<style>
span { border-color: #C40A0E; }
span { border-color: rgb(196,10,14); }
td.TdClassName
{
border-color: #C40A0E;
}
.TagClassName
{
border-color: #C40A0E;
}
</style>