Shades of Venetian Red #D40E14
Tints of Venetian Red #D40E14
RGB
CMYK
RGB Variations
Color information
#D40E14 (or 0xD40E14) is known color: Venetian Red. HEX triplet: D4, 0E and 14. RGB value is (212,14,20). Sum of RGB (Red+Green+Blue) = 212+14+20=246 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.18% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40E14 is #2BF1EB. Grayscale: #4A4A4A. Windows color (decimal): -2879980 or 1314516. OLE color: 1314516.
HSL color Cylindrical-coordinate representation of color #D40E14: hue angle of 358.18º 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 #D40E14 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 20 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.17 |
| HSL | 358.18º | 0.88% | 0.44% | - |
| HSV(B) | 358.18º | 0.93% | 0.83% | - |
| XYZ | 27.43 | 14.36 | 1.99 | - |
| YUV | 73.89 | 97.6 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 20 | 0 | 0.93 | 0.91 | 0.17 | 358.18 | 0.88 | 0.44 |
| Hex | D4 | E | 14 | 0 | 5D | 5B | 11 | 166 | 58 | 2C |
| Octal | 324 | 16 | 24 | 0 | 135 | 133 | 21 | 546 | 130 | 54 |
| Binary | 11010100 | 1110 | 10100 | 0 | 1011101 | 1011011 | 10001 | 101100110 | 1011000 | 101100 |
Color Harmonies of #D40E14
Complementary color
Monochromatic Colors of #D40E14
Black with #D40E14
Text Example
Text Example
White with #D40E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40E14; }
p { color: rgb(212,14,20); }
H1.HeaderClassName
{
color: #D40E14;
}
.AnyTagClassName
{
color: #D40E14;
}
</style>
background-color css
<style>
a { background-color: #D40E14; }
a { background-color: rgb(212,14,20); }
div.DivClassName
{
background-color: #D40E14;
}
.BgClassName
{
background-color: #D40E14;
}
</style>
border-color css
<style>
span { border-color: #D40E14; }
span { border-color: rgb(212,14,20); }
td.TdClassName
{
border-color: #D40E14;
}
.TagClassName
{
border-color: #D40E14;
}
</style>