Shades of Tenne (Tawny) #D2570D
Tints of Tenne (Tawny) #D2570D
RGB
CMYK
RGB Variations
Color information
#D2570D (or 0xD2570D) is known color: Tenne (Tawny). HEX triplet: D2, 57 and 0D. RGB value is (210,87,13). Sum of RGB (Red+Green+Blue) = 210+87+13=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D2570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2570D is #2DA8F2. Grayscale: #737373. Windows color (decimal): -2992371 or 874450. OLE color: 874450.
HSL color Cylindrical-coordinate representation of color #D2570D: hue angle of 22.54º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2570D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 13 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.18 |
| HSL | 22.54º | 0.88% | 0.44% | - |
| HSV(B) | 22.54º | 0.94% | 0.82% | - |
| XYZ | 30.06 | 20.55 | 2.76 | - |
| YUV | 115.34 | 70.25 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 13 | 0 | 0.59 | 0.94 | 0.18 | 22.54 | 0.88 | 0.44 |
| Hex | D2 | 57 | D | 0 | 3B | 5E | 12 | 17 | 58 | 2C |
| Octal | 322 | 127 | 15 | 0 | 73 | 136 | 22 | 27 | 130 | 54 |
| Binary | 11010010 | 1010111 | 1101 | 0 | 111011 | 1011110 | 10010 | 10111 | 1011000 | 101100 |
Color Harmonies of #D2570D
Complementary color
Monochromatic Colors of #D2570D
Black with #D2570D
Text Example
Text Example
White with #D2570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2570D; }
p { color: rgb(210,87,13); }
H1.HeaderClassName
{
color: #D2570D;
}
.AnyTagClassName
{
color: #D2570D;
}
</style>
background-color css
<style>
a { background-color: #D2570D; }
a { background-color: rgb(210,87,13); }
div.DivClassName
{
background-color: #D2570D;
}
.BgClassName
{
background-color: #D2570D;
}
</style>
border-color css
<style>
span { border-color: #D2570D; }
span { border-color: rgb(210,87,13); }
td.TdClassName
{
border-color: #D2570D;
}
.TagClassName
{
border-color: #D2570D;
}
</style>