Shades of Tenne (Tawny) #D85115
Tints of Tenne (Tawny) #D85115
RGB
CMYK
RGB Variations
Color information
#D85115 (or 0xD85115) is known color: Tenne (Tawny). HEX triplet: D8, 51 and 15. RGB value is (216,81,21). Sum of RGB (Red+Green+Blue) = 216+81+21=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D85115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85115 is #27AEEA. Grayscale: #727272. Windows color (decimal): -2600683 or 1397208. OLE color: 1397208.
HSL color Cylindrical-coordinate representation of color #D85115: hue angle of 18.46º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D85115 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 21 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.15 |
| HSL | 18.46º | 0.82% | 0.46% | - |
| HSV(B) | 18.46º | 0.9% | 0.85% | - |
| XYZ | 31.4 | 20.54 | 3.02 | - |
| YUV | 114.53 | 75.23 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 21 | 0 | 0.62 | 0.90 | 0.15 | 18.46 | 0.82 | 0.46 |
| Hex | D8 | 51 | 15 | 0 | 3E | 5A | F | 12 | 52 | 2E |
| Octal | 330 | 121 | 25 | 0 | 76 | 132 | 17 | 22 | 122 | 56 |
| Binary | 11011000 | 1010001 | 10101 | 0 | 111110 | 1011010 | 1111 | 10010 | 1010010 | 101110 |
Color Harmonies of #D85115
Complementary color
Monochromatic Colors of #D85115
Black with #D85115
Text Example
Text Example
White with #D85115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85115; }
p { color: rgb(216,81,21); }
H1.HeaderClassName
{
color: #D85115;
}
.AnyTagClassName
{
color: #D85115;
}
</style>
background-color css
<style>
a { background-color: #D85115; }
a { background-color: rgb(216,81,21); }
div.DivClassName
{
background-color: #D85115;
}
.BgClassName
{
background-color: #D85115;
}
</style>
border-color css
<style>
span { border-color: #D85115; }
span { border-color: rgb(216,81,21); }
td.TdClassName
{
border-color: #D85115;
}
.TagClassName
{
border-color: #D85115;
}
</style>