Shades of Tenne (Tawny) #D25713
Tints of Tenne (Tawny) #D25713
RGB
CMYK
RGB Variations
Color information
#D25713 (or 0xD25713) is known color: Tenne (Tawny). HEX triplet: D2, 57 and 13. RGB value is (210,87,19). Sum of RGB (Red+Green+Blue) = 210+87+19=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D25713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25713 is #2DA8EC. Grayscale: #747474. Windows color (decimal): -2992365 or 1267666. OLE color: 1267666.
HSL color Cylindrical-coordinate representation of color #D25713: hue angle of 21.36º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D25713 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 19 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.18 |
| HSL | 21.36º | 0.83% | 0.45% | - |
| HSV(B) | 21.36º | 0.91% | 0.82% | - |
| XYZ | 30.1 | 20.57 | 3 | - |
| YUV | 116.03 | 73.25 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 19 | 0 | 0.59 | 0.91 | 0.18 | 21.36 | 0.83 | 0.45 |
| Hex | D2 | 57 | 13 | 0 | 3B | 5B | 12 | 15 | 53 | 2D |
| Octal | 322 | 127 | 23 | 0 | 73 | 133 | 22 | 25 | 123 | 55 |
| Binary | 11010010 | 1010111 | 10011 | 0 | 111011 | 1011011 | 10010 | 10101 | 1010011 | 101101 |
Color Harmonies of #D25713
Complementary color
Monochromatic Colors of #D25713
Black with #D25713
Text Example
Text Example
White with #D25713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25713; }
p { color: rgb(210,87,19); }
H1.HeaderClassName
{
color: #D25713;
}
.AnyTagClassName
{
color: #D25713;
}
</style>
background-color css
<style>
a { background-color: #D25713; }
a { background-color: rgb(210,87,19); }
div.DivClassName
{
background-color: #D25713;
}
.BgClassName
{
background-color: #D25713;
}
</style>
border-color css
<style>
span { border-color: #D25713; }
span { border-color: rgb(210,87,19); }
td.TdClassName
{
border-color: #D25713;
}
.TagClassName
{
border-color: #D25713;
}
</style>