Shades of Tenne (Tawny) #D2520D
Tints of Tenne (Tawny) #D2520D
RGB
CMYK
RGB Variations
Color information
#D2520D (or 0xD2520D) is known color: Tenne (Tawny). HEX triplet: D2, 52 and 0D. RGB value is (210,82,13). Sum of RGB (Red+Green+Blue) = 210+82+13=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D2520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2520D is #2DADF2. Grayscale: #707070. Windows color (decimal): -2993651 or 873170. OLE color: 873170.
HSL color Cylindrical-coordinate representation of color #D2520D: hue angle of 21.02º 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 #D2520D is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 13 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.18 |
| HSL | 21.02º | 0.88% | 0.44% | - |
| HSV(B) | 21.02º | 0.94% | 0.82% | - |
| XYZ | 29.67 | 19.77 | 2.63 | - |
| YUV | 112.41 | 71.91 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 13 | 0 | 0.61 | 0.94 | 0.18 | 21.02 | 0.88 | 0.44 |
| Hex | D2 | 52 | D | 0 | 3D | 5E | 12 | 15 | 58 | 2C |
| Octal | 322 | 122 | 15 | 0 | 75 | 136 | 22 | 25 | 130 | 54 |
| Binary | 11010010 | 1010010 | 1101 | 0 | 111101 | 1011110 | 10010 | 10101 | 1011000 | 101100 |
Color Harmonies of #D2520D
Complementary color
Monochromatic Colors of #D2520D
Black with #D2520D
Text Example
Text Example
White with #D2520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2520D; }
p { color: rgb(210,82,13); }
H1.HeaderClassName
{
color: #D2520D;
}
.AnyTagClassName
{
color: #D2520D;
}
</style>
background-color css
<style>
a { background-color: #D2520D; }
a { background-color: rgb(210,82,13); }
div.DivClassName
{
background-color: #D2520D;
}
.BgClassName
{
background-color: #D2520D;
}
</style>
border-color css
<style>
span { border-color: #D2520D; }
span { border-color: rgb(210,82,13); }
td.TdClassName
{
border-color: #D2520D;
}
.TagClassName
{
border-color: #D2520D;
}
</style>