Shades of Venetian Red #D40E16
Tints of Venetian Red #D40E16
RGB
CMYK
RGB Variations
Color information
#D40E16 (or 0xD40E16) is known color: Venetian Red. HEX triplet: D4, 0E and 16. RGB value is (212,14,22). Sum of RGB (Red+Green+Blue) = 212+14+22=248 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.48% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40E16 is #2BF1E9. Grayscale: #4A4A4A. Windows color (decimal): -2879978 or 1445588. OLE color: 1445588.
HSL color Cylindrical-coordinate representation of color #D40E16: hue angle of 357.58º 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 #D40E16 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 22 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.17 |
| HSL | 357.58º | 0.88% | 0.44% | - |
| HSV(B) | 357.58º | 0.93% | 0.83% | - |
| XYZ | 27.45 | 14.37 | 2.09 | - |
| YUV | 74.11 | 98.6 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 22 | 0 | 0.93 | 0.90 | 0.17 | 357.58 | 0.88 | 0.44 |
| Hex | D4 | E | 16 | 0 | 5D | 5A | 11 | 166 | 58 | 2C |
| Octal | 324 | 16 | 26 | 0 | 135 | 132 | 21 | 546 | 130 | 54 |
| Binary | 11010100 | 1110 | 10110 | 0 | 1011101 | 1011010 | 10001 | 101100110 | 1011000 | 101100 |
Color Harmonies of #D40E16
Complementary color
Monochromatic Colors of #D40E16
Black with #D40E16
Text Example
Text Example
White with #D40E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40E16; }
p { color: rgb(212,14,22); }
H1.HeaderClassName
{
color: #D40E16;
}
.AnyTagClassName
{
color: #D40E16;
}
</style>
background-color css
<style>
a { background-color: #D40E16; }
a { background-color: rgb(212,14,22); }
div.DivClassName
{
background-color: #D40E16;
}
.BgClassName
{
background-color: #D40E16;
}
</style>
border-color css
<style>
span { border-color: #D40E16; }
span { border-color: rgb(212,14,22); }
td.TdClassName
{
border-color: #D40E16;
}
.TagClassName
{
border-color: #D40E16;
}
</style>