Shades of Tenne (Tawny) #D25117
Tints of Tenne (Tawny) #D25117
RGB
CMYK
RGB Variations
Color information
#D25117 (or 0xD25117) is known color: Tenne (Tawny). HEX triplet: D2, 51 and 17. RGB value is (210,81,23). Sum of RGB (Red+Green+Blue) = 210+81+23=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D25117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25117 is #2DAEE8. Grayscale: #717171. Windows color (decimal): -2993897 or 1528274. OLE color: 1528274.
HSL color Cylindrical-coordinate representation of color #D25117: hue angle of 18.61º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D25117 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 23 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.18 |
| HSL | 18.61º | 0.8% | 0.46% | - |
| HSV(B) | 18.61º | 0.89% | 0.82% | - |
| XYZ | 29.68 | 19.65 | 3.04 | - |
| YUV | 112.96 | 77.24 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 23 | 0 | 0.61 | 0.89 | 0.18 | 18.61 | 0.8 | 0.46 |
| Hex | D2 | 51 | 17 | 0 | 3D | 59 | 12 | 13 | 50 | 2E |
| Octal | 322 | 121 | 27 | 0 | 75 | 131 | 22 | 23 | 120 | 56 |
| Binary | 11010010 | 1010001 | 10111 | 0 | 111101 | 1011001 | 10010 | 10011 | 1010000 | 101110 |
Color Harmonies of #D25117
Complementary color
Monochromatic Colors of #D25117
Black with #D25117
Text Example
Text Example
White with #D25117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25117; }
p { color: rgb(210,81,23); }
H1.HeaderClassName
{
color: #D25117;
}
.AnyTagClassName
{
color: #D25117;
}
</style>
background-color css
<style>
a { background-color: #D25117; }
a { background-color: rgb(210,81,23); }
div.DivClassName
{
background-color: #D25117;
}
.BgClassName
{
background-color: #D25117;
}
</style>
border-color css
<style>
span { border-color: #D25117; }
span { border-color: rgb(210,81,23); }
td.TdClassName
{
border-color: #D25117;
}
.TagClassName
{
border-color: #D25117;
}
</style>