Shades of Tenne (Tawny) #D2560B
Tints of Tenne (Tawny) #D2560B
RGB
CMYK
RGB Variations
Color information
#D2560B (or 0xD2560B) is known color: Tenne (Tawny). HEX triplet: D2, 56 and 0B. RGB value is (210,86,11). Sum of RGB (Red+Green+Blue) = 210+86+11=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D2560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2560B is #2DA9F4. Grayscale: #727272. Windows color (decimal): -2992629 or 743122. OLE color: 743122.
HSL color Cylindrical-coordinate representation of color #D2560B: hue angle of 22.61º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2560B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.18 |
| HSL | 22.61º | 0.9% | 0.43% | - |
| HSV(B) | 22.61º | 0.95% | 0.82% | - |
| XYZ | 29.97 | 20.38 | 2.67 | - |
| YUV | 114.53 | 69.58 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 11 | 0 | 0.59 | 0.95 | 0.18 | 22.61 | 0.9 | 0.43 |
| Hex | D2 | 56 | B | 0 | 3B | 5F | 12 | 17 | 5A | 2B |
| Octal | 322 | 126 | 13 | 0 | 73 | 137 | 22 | 27 | 132 | 53 |
| Binary | 11010010 | 1010110 | 1011 | 0 | 111011 | 1011111 | 10010 | 10111 | 1011010 | 101011 |
Color Harmonies of #D2560B
Complementary color
Monochromatic Colors of #D2560B
Black with #D2560B
Text Example
Text Example
White with #D2560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2560B; }
p { color: rgb(210,86,11); }
H1.HeaderClassName
{
color: #D2560B;
}
.AnyTagClassName
{
color: #D2560B;
}
</style>
background-color css
<style>
a { background-color: #D2560B; }
a { background-color: rgb(210,86,11); }
div.DivClassName
{
background-color: #D2560B;
}
.BgClassName
{
background-color: #D2560B;
}
</style>
border-color css
<style>
span { border-color: #D2560B; }
span { border-color: rgb(210,86,11); }
td.TdClassName
{
border-color: #D2560B;
}
.TagClassName
{
border-color: #D2560B;
}
</style>