Shades of Tenne (Tawny) #D14F10
Tints of Tenne (Tawny) #D14F10
RGB
CMYK
RGB Variations
Color information
#D14F10 (or 0xD14F10) is known color: Tenne (Tawny). HEX triplet: D1, 4F and 10. RGB value is (209,79,16). Sum of RGB (Red+Green+Blue) = 209+79+16=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14F10 is #2EB0EF. Grayscale: #6F6F6F. Windows color (decimal): -3059952 or 1069009. OLE color: 1069009.
HSL color Cylindrical-coordinate representation of color #D14F10: hue angle of 19.59º degrees, saturation: 0.86, 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 #D14F10 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 16 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.18 |
| HSL | 19.59º | 0.86% | 0.44% | - |
| HSV(B) | 19.59º | 0.92% | 0.82% | - |
| XYZ | 29.18 | 19.18 | 2.66 | - |
| YUV | 110.69 | 74.57 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 16 | 0 | 0.62 | 0.92 | 0.18 | 19.59 | 0.86 | 0.44 |
| Hex | D1 | 4F | 10 | 0 | 3E | 5C | 12 | 14 | 56 | 2C |
| Octal | 321 | 117 | 20 | 0 | 76 | 134 | 22 | 24 | 126 | 54 |
| Binary | 11010001 | 1001111 | 10000 | 0 | 111110 | 1011100 | 10010 | 10100 | 1010110 | 101100 |
Color Harmonies of #D14F10
Complementary color
Monochromatic Colors of #D14F10
Black with #D14F10
Text Example
Text Example
White with #D14F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14F10; }
p { color: rgb(209,79,16); }
H1.HeaderClassName
{
color: #D14F10;
}
.AnyTagClassName
{
color: #D14F10;
}
</style>
background-color css
<style>
a { background-color: #D14F10; }
a { background-color: rgb(209,79,16); }
div.DivClassName
{
background-color: #D14F10;
}
.BgClassName
{
background-color: #D14F10;
}
</style>
border-color css
<style>
span { border-color: #D14F10; }
span { border-color: rgb(209,79,16); }
td.TdClassName
{
border-color: #D14F10;
}
.TagClassName
{
border-color: #D14F10;
}
</style>