Shades of Venetian Red #D40E11
Tints of Venetian Red #D40E11
RGB
CMYK
RGB Variations
Color information
#D40E11 (or 0xD40E11) is known color: Venetian Red. HEX triplet: D4, 0E and 11. RGB value is (212,14,17). Sum of RGB (Red+Green+Blue) = 212+14+17=243 (32% of max value = 765). Red value is 212 (83.20% from 255 or 87.24% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40E11 is #2BF1EE. Grayscale: #494949. Windows color (decimal): -2879983 or 1117908. OLE color: 1117908.
HSL color Cylindrical-coordinate representation of color #D40E11: hue angle of 359.09º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40E11 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 17 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.17 |
| HSL | 359.09º | 0.88% | 0.44% | - |
| HSV(B) | 359.09º | 0.93% | 0.83% | - |
| XYZ | 27.41 | 14.35 | 1.86 | - |
| YUV | 73.54 | 96.1 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 17 | 0 | 0.93 | 0.92 | 0.17 | 359.09 | 0.88 | 0.44 |
| Hex | D4 | E | 11 | 0 | 5D | 5C | 11 | 167 | 58 | 2C |
| Octal | 324 | 16 | 21 | 0 | 135 | 134 | 21 | 547 | 130 | 54 |
| Binary | 11010100 | 1110 | 10001 | 0 | 1011101 | 1011100 | 10001 | 101100111 | 1011000 | 101100 |
Color Harmonies of #D40E11
Complementary color
Monochromatic Colors of #D40E11
Black with #D40E11
Text Example
Text Example
White with #D40E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40E11; }
p { color: rgb(212,14,17); }
H1.HeaderClassName
{
color: #D40E11;
}
.AnyTagClassName
{
color: #D40E11;
}
</style>
background-color css
<style>
a { background-color: #D40E11; }
a { background-color: rgb(212,14,17); }
div.DivClassName
{
background-color: #D40E11;
}
.BgClassName
{
background-color: #D40E11;
}
</style>
border-color css
<style>
span { border-color: #D40E11; }
span { border-color: rgb(212,14,17); }
td.TdClassName
{
border-color: #D40E11;
}
.TagClassName
{
border-color: #D40E11;
}
</style>