Shades of Tenne (Tawny) #D2590F
Tints of Tenne (Tawny) #D2590F
RGB
CMYK
RGB Variations
Color information
#D2590F (or 0xD2590F) is known color: Tenne (Tawny). HEX triplet: D2, 59 and 0F. RGB value is (210,89,15). Sum of RGB (Red+Green+Blue) = 210+89+15=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D2590F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2590F is #2DA6F0. Grayscale: #757575. Windows color (decimal): -2991857 or 1006034. OLE color: 1006034.
HSL color Cylindrical-coordinate representation of color #D2590F: hue angle of 22.77º 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 #D2590F is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 15 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.18 |
| HSL | 22.77º | 0.87% | 0.44% | - |
| HSV(B) | 22.77º | 0.93% | 0.82% | - |
| XYZ | 30.24 | 20.88 | 2.89 | - |
| YUV | 116.74 | 70.59 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 15 | 0 | 0.58 | 0.93 | 0.18 | 22.77 | 0.87 | 0.44 |
| Hex | D2 | 59 | F | 0 | 3A | 5D | 12 | 17 | 57 | 2C |
| Octal | 322 | 131 | 17 | 0 | 72 | 135 | 22 | 27 | 127 | 54 |
| Binary | 11010010 | 1011001 | 1111 | 0 | 111010 | 1011101 | 10010 | 10111 | 1010111 | 101100 |
Color Harmonies of #D2590F
Complementary color
Monochromatic Colors of #D2590F
Black with #D2590F
Text Example
Text Example
White with #D2590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2590F; }
p { color: rgb(210,89,15); }
H1.HeaderClassName
{
color: #D2590F;
}
.AnyTagClassName
{
color: #D2590F;
}
</style>
background-color css
<style>
a { background-color: #D2590F; }
a { background-color: rgb(210,89,15); }
div.DivClassName
{
background-color: #D2590F;
}
.BgClassName
{
background-color: #D2590F;
}
</style>
border-color css
<style>
span { border-color: #D2590F; }
span { border-color: rgb(210,89,15); }
td.TdClassName
{
border-color: #D2590F;
}
.TagClassName
{
border-color: #D2590F;
}
</style>