Shades of Tenne (Tawny) #D14D0D
Tints of Tenne (Tawny) #D14D0D
RGB
CMYK
RGB Variations
Color information
#D14D0D (or 0xD14D0D) is known color: Tenne (Tawny). HEX triplet: D1, 4D and 0D. RGB value is (209,77,13). Sum of RGB (Red+Green+Blue) = 209+77+13=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14D0D is #2EB2F2. Grayscale: #6D6D6D. Windows color (decimal): -3060467 or 871889. OLE color: 871889.
HSL color Cylindrical-coordinate representation of color #D14D0D: hue angle of 19.59º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D14D0D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.18 |
| HSL | 19.59º | 0.88% | 0.44% | - |
| HSV(B) | 19.59º | 0.94% | 0.82% | - |
| XYZ | 29.02 | 18.89 | 2.5 | - |
| YUV | 109.17 | 73.73 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 13 | 0 | 0.63 | 0.94 | 0.18 | 19.59 | 0.88 | 0.44 |
| Hex | D1 | 4D | D | 0 | 3F | 5E | 12 | 14 | 58 | 2C |
| Octal | 321 | 115 | 15 | 0 | 77 | 136 | 22 | 24 | 130 | 54 |
| Binary | 11010001 | 1001101 | 1101 | 0 | 111111 | 1011110 | 10010 | 10100 | 1011000 | 101100 |
Color Harmonies of #D14D0D
Complementary color
Monochromatic Colors of #D14D0D
Black with #D14D0D
Text Example
Text Example
White with #D14D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14D0D; }
p { color: rgb(209,77,13); }
H1.HeaderClassName
{
color: #D14D0D;
}
.AnyTagClassName
{
color: #D14D0D;
}
</style>
background-color css
<style>
a { background-color: #D14D0D; }
a { background-color: rgb(209,77,13); }
div.DivClassName
{
background-color: #D14D0D;
}
.BgClassName
{
background-color: #D14D0D;
}
</style>
border-color css
<style>
span { border-color: #D14D0D; }
span { border-color: rgb(209,77,13); }
td.TdClassName
{
border-color: #D14D0D;
}
.TagClassName
{
border-color: #D14D0D;
}
</style>