Shades of Tenne (Tawny) #D2580F
Tints of Tenne (Tawny) #D2580F
RGB
CMYK
RGB Variations
Color information
#D2580F (or 0xD2580F) is known color: Tenne (Tawny). HEX triplet: D2, 58 and 0F. RGB value is (210,88,15). Sum of RGB (Red+Green+Blue) = 210+88+15=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D2580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2580F is #2DA7F0. Grayscale: #747474. Windows color (decimal): -2992113 or 1005778. OLE color: 1005778.
HSL color Cylindrical-coordinate representation of color #D2580F: hue angle of 22.46º 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 #D2580F is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 15 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.18 |
| HSL | 22.46º | 0.87% | 0.44% | - |
| HSV(B) | 22.46º | 0.93% | 0.82% | - |
| XYZ | 30.15 | 20.72 | 2.86 | - |
| YUV | 116.16 | 70.92 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 15 | 0 | 0.58 | 0.93 | 0.18 | 22.46 | 0.87 | 0.44 |
| Hex | D2 | 58 | F | 0 | 3A | 5D | 12 | 16 | 57 | 2C |
| Octal | 322 | 130 | 17 | 0 | 72 | 135 | 22 | 26 | 127 | 54 |
| Binary | 11010010 | 1011000 | 1111 | 0 | 111010 | 1011101 | 10010 | 10110 | 1010111 | 101100 |
Color Harmonies of #D2580F
Complementary color
Monochromatic Colors of #D2580F
Black with #D2580F
Text Example
Text Example
White with #D2580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2580F; }
p { color: rgb(210,88,15); }
H1.HeaderClassName
{
color: #D2580F;
}
.AnyTagClassName
{
color: #D2580F;
}
</style>
background-color css
<style>
a { background-color: #D2580F; }
a { background-color: rgb(210,88,15); }
div.DivClassName
{
background-color: #D2580F;
}
.BgClassName
{
background-color: #D2580F;
}
</style>
border-color css
<style>
span { border-color: #D2580F; }
span { border-color: rgb(210,88,15); }
td.TdClassName
{
border-color: #D2580F;
}
.TagClassName
{
border-color: #D2580F;
}
</style>