Shades of Tenne (Tawny) #D14E13
Tints of Tenne (Tawny) #D14E13
RGB
CMYK
RGB Variations
Color information
#D14E13 (or 0xD14E13) is known color: Tenne (Tawny). HEX triplet: D1, 4E and 13. RGB value is (209,78,19). Sum of RGB (Red+Green+Blue) = 209+78+19=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14E13 is #2EB1EC. Grayscale: #6E6E6E. Windows color (decimal): -3060205 or 1265361. OLE color: 1265361.
HSL color Cylindrical-coordinate representation of color #D14E13: hue angle of 18.63º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D14E13 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 78 | 19 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.18 |
| HSL | 18.63º | 0.83% | 0.45% | - |
| HSV(B) | 18.63º | 0.91% | 0.82% | - |
| XYZ | 29.14 | 19.05 | 2.76 | - |
| YUV | 110.44 | 76.4 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 19 | 0 | 0.63 | 0.91 | 0.18 | 18.63 | 0.83 | 0.45 |
| Hex | D1 | 4E | 13 | 0 | 3F | 5B | 12 | 13 | 53 | 2D |
| Octal | 321 | 116 | 23 | 0 | 77 | 133 | 22 | 23 | 123 | 55 |
| Binary | 11010001 | 1001110 | 10011 | 0 | 111111 | 1011011 | 10010 | 10011 | 1010011 | 101101 |
Color Harmonies of #D14E13
Complementary color
Monochromatic Colors of #D14E13
Black with #D14E13
Text Example
Text Example
White with #D14E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14E13; }
p { color: rgb(209,78,19); }
H1.HeaderClassName
{
color: #D14E13;
}
.AnyTagClassName
{
color: #D14E13;
}
</style>
background-color css
<style>
a { background-color: #D14E13; }
a { background-color: rgb(209,78,19); }
div.DivClassName
{
background-color: #D14E13;
}
.BgClassName
{
background-color: #D14E13;
}
</style>
border-color css
<style>
span { border-color: #D14E13; }
span { border-color: rgb(209,78,19); }
td.TdClassName
{
border-color: #D14E13;
}
.TagClassName
{
border-color: #D14E13;
}
</style>