Shades of Tenne (Tawny) #D1510E
Tints of Tenne (Tawny) #D1510E
RGB
CMYK
RGB Variations
Color information
#D1510E (or 0xD1510E) is known color: Tenne (Tawny). HEX triplet: D1, 51 and 0E. RGB value is (209,81,14). Sum of RGB (Red+Green+Blue) = 209+81+14=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D1510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1510E is #2EAEF1. Grayscale: #707070. Windows color (decimal): -3059442 or 938449. OLE color: 938449.
HSL color Cylindrical-coordinate representation of color #D1510E: hue angle of 20.62º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1510E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 14 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.18 |
| HSL | 20.62º | 0.87% | 0.44% | - |
| HSV(B) | 20.62º | 0.93% | 0.82% | - |
| XYZ | 29.32 | 19.47 | 2.63 | - |
| YUV | 111.63 | 72.91 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 14 | 0 | 0.61 | 0.93 | 0.18 | 20.62 | 0.87 | 0.44 |
| Hex | D1 | 51 | E | 0 | 3D | 5D | 12 | 15 | 57 | 2C |
| Octal | 321 | 121 | 16 | 0 | 75 | 135 | 22 | 25 | 127 | 54 |
| Binary | 11010001 | 1010001 | 1110 | 0 | 111101 | 1011101 | 10010 | 10101 | 1010111 | 101100 |
Color Harmonies of #D1510E
Complementary color
Monochromatic Colors of #D1510E
Black with #D1510E
Text Example
Text Example
White with #D1510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1510E; }
p { color: rgb(209,81,14); }
H1.HeaderClassName
{
color: #D1510E;
}
.AnyTagClassName
{
color: #D1510E;
}
</style>
background-color css
<style>
a { background-color: #D1510E; }
a { background-color: rgb(209,81,14); }
div.DivClassName
{
background-color: #D1510E;
}
.BgClassName
{
background-color: #D1510E;
}
</style>
border-color css
<style>
span { border-color: #D1510E; }
span { border-color: rgb(209,81,14); }
td.TdClassName
{
border-color: #D1510E;
}
.TagClassName
{
border-color: #D1510E;
}
</style>