Shades of Tango #D1713B
Tints of Tango #D1713B
RGB
CMYK
RGB Variations
Color information
#D1713B (or 0xD1713B) is known color: Tango. HEX triplet: D1, 71 and 3B. RGB value is (209,113,59). Sum of RGB (Red+Green+Blue) = 209+113+59=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D1713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1713B is #2E8EC4. Grayscale: #878787. Windows color (decimal): -3051205 or 3895761. OLE color: 3895761.
HSL color Cylindrical-coordinate representation of color #D1713B: hue angle of 21.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1713B is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 59 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.18 |
| HSL | 21.6º | 0.62% | 0.53% | - |
| HSV(B) | 21.6º | 0.72% | 0.82% | - |
| XYZ | 32.99 | 25.68 | 7.36 | - |
| YUV | 135.55 | 84.8 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 59 | 0 | 0.46 | 0.72 | 0.18 | 21.6 | 0.62 | 0.53 |
| Hex | D1 | 71 | 3B | 0 | 2E | 48 | 12 | 16 | 3E | 35 |
| Octal | 321 | 161 | 73 | 0 | 56 | 110 | 22 | 26 | 76 | 65 |
| Binary | 11010001 | 1110001 | 111011 | 0 | 101110 | 1001000 | 10010 | 10110 | 111110 | 110101 |
Color Harmonies of #D1713B
Complementary color
Monochromatic Colors of #D1713B
Black with #D1713B
Text Example
Text Example
White with #D1713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1713B; }
p { color: rgb(209,113,59); }
H1.HeaderClassName
{
color: #D1713B;
}
.AnyTagClassName
{
color: #D1713B;
}
</style>
background-color css
<style>
a { background-color: #D1713B; }
a { background-color: rgb(209,113,59); }
div.DivClassName
{
background-color: #D1713B;
}
.BgClassName
{
background-color: #D1713B;
}
</style>
border-color css
<style>
span { border-color: #D1713B; }
span { border-color: rgb(209,113,59); }
td.TdClassName
{
border-color: #D1713B;
}
.TagClassName
{
border-color: #D1713B;
}
</style>