Shades of Tenne (Tawny) #D1520E
Tints of Tenne (Tawny) #D1520E
RGB
CMYK
RGB Variations
Color information
#D1520E (or 0xD1520E) is known color: Tenne (Tawny). HEX triplet: D1, 52 and 0E. RGB value is (209,82,14). Sum of RGB (Red+Green+Blue) = 209+82+14=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1520E is #2EADF1. Grayscale: #707070. Windows color (decimal): -3059186 or 938705. OLE color: 938705.
HSL color Cylindrical-coordinate representation of color #D1520E: hue angle of 20.92º 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 #D1520E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 14 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.18 |
| HSL | 20.92º | 0.87% | 0.44% | - |
| HSV(B) | 20.92º | 0.93% | 0.82% | - |
| XYZ | 29.39 | 19.62 | 2.65 | - |
| YUV | 112.22 | 72.58 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 14 | 0 | 0.61 | 0.93 | 0.18 | 20.92 | 0.87 | 0.44 |
| Hex | D1 | 52 | E | 0 | 3D | 5D | 12 | 15 | 57 | 2C |
| Octal | 321 | 122 | 16 | 0 | 75 | 135 | 22 | 25 | 127 | 54 |
| Binary | 11010001 | 1010010 | 1110 | 0 | 111101 | 1011101 | 10010 | 10101 | 1010111 | 101100 |
Color Harmonies of #D1520E
Complementary color
Monochromatic Colors of #D1520E
Black with #D1520E
Text Example
Text Example
White with #D1520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1520E; }
p { color: rgb(209,82,14); }
H1.HeaderClassName
{
color: #D1520E;
}
.AnyTagClassName
{
color: #D1520E;
}
</style>
background-color css
<style>
a { background-color: #D1520E; }
a { background-color: rgb(209,82,14); }
div.DivClassName
{
background-color: #D1520E;
}
.BgClassName
{
background-color: #D1520E;
}
</style>
border-color css
<style>
span { border-color: #D1520E; }
span { border-color: rgb(209,82,14); }
td.TdClassName
{
border-color: #D1520E;
}
.TagClassName
{
border-color: #D1520E;
}
</style>