Shades of Tenne (Tawny) #D14E11
Tints of Tenne (Tawny) #D14E11
RGB
CMYK
RGB Variations
Color information
#D14E11 (or 0xD14E11) is known color: Tenne (Tawny). HEX triplet: D1, 4E and 11. RGB value is (209,78,17). Sum of RGB (Red+Green+Blue) = 209+78+17=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14E11 is #2EB1EE. Grayscale: #6E6E6E. Windows color (decimal): -3060207 or 1134289. OLE color: 1134289.
HSL color Cylindrical-coordinate representation of color #D14E11: hue angle of 19.06º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D14E11 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 78 | 17 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.18 |
| HSL | 19.06º | 0.85% | 0.44% | - |
| HSV(B) | 19.06º | 0.92% | 0.82% | - |
| XYZ | 29.12 | 19.04 | 2.67 | - |
| YUV | 110.22 | 75.4 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 17 | 0 | 0.63 | 0.92 | 0.18 | 19.06 | 0.85 | 0.44 |
| Hex | D1 | 4E | 11 | 0 | 3F | 5C | 12 | 13 | 55 | 2C |
| Octal | 321 | 116 | 21 | 0 | 77 | 134 | 22 | 23 | 125 | 54 |
| Binary | 11010001 | 1001110 | 10001 | 0 | 111111 | 1011100 | 10010 | 10011 | 1010101 | 101100 |
Color Harmonies of #D14E11
Complementary color
Monochromatic Colors of #D14E11
Black with #D14E11
Text Example
Text Example
White with #D14E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14E11; }
p { color: rgb(209,78,17); }
H1.HeaderClassName
{
color: #D14E11;
}
.AnyTagClassName
{
color: #D14E11;
}
</style>
background-color css
<style>
a { background-color: #D14E11; }
a { background-color: rgb(209,78,17); }
div.DivClassName
{
background-color: #D14E11;
}
.BgClassName
{
background-color: #D14E11;
}
</style>
border-color css
<style>
span { border-color: #D14E11; }
span { border-color: rgb(209,78,17); }
td.TdClassName
{
border-color: #D14E11;
}
.TagClassName
{
border-color: #D14E11;
}
</style>