Shades of Tenne (Tawny) #D24E16
Tints of Tenne (Tawny) #D24E16
RGB
CMYK
RGB Variations
Color information
#D24E16 (or 0xD24E16) is known color: Tenne (Tawny). HEX triplet: D2, 4E and 16. RGB value is (210,78,22). Sum of RGB (Red+Green+Blue) = 210+78+22=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D24E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D24E16 is #2DB1E9. Grayscale: #6F6F6F. Windows color (decimal): -2994666 or 1461970. OLE color: 1461970.
HSL color Cylindrical-coordinate representation of color #D24E16: hue angle of 17.87º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D24E16 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 78 | 22 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.18 |
| HSL | 17.87º | 0.81% | 0.45% | - |
| HSV(B) | 17.87º | 0.9% | 0.82% | - |
| XYZ | 29.45 | 19.21 | 2.91 | - |
| YUV | 111.08 | 77.73 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 22 | 0 | 0.63 | 0.90 | 0.18 | 17.87 | 0.81 | 0.45 |
| Hex | D2 | 4E | 16 | 0 | 3F | 5A | 12 | 12 | 51 | 2D |
| Octal | 322 | 116 | 26 | 0 | 77 | 132 | 22 | 22 | 121 | 55 |
| Binary | 11010010 | 1001110 | 10110 | 0 | 111111 | 1011010 | 10010 | 10010 | 1010001 | 101101 |
Color Harmonies of #D24E16
Complementary color
Monochromatic Colors of #D24E16
Black with #D24E16
Text Example
Text Example
White with #D24E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24E16; }
p { color: rgb(210,78,22); }
H1.HeaderClassName
{
color: #D24E16;
}
.AnyTagClassName
{
color: #D24E16;
}
</style>
background-color css
<style>
a { background-color: #D24E16; }
a { background-color: rgb(210,78,22); }
div.DivClassName
{
background-color: #D24E16;
}
.BgClassName
{
background-color: #D24E16;
}
</style>
border-color css
<style>
span { border-color: #D24E16; }
span { border-color: rgb(210,78,22); }
td.TdClassName
{
border-color: #D24E16;
}
.TagClassName
{
border-color: #D24E16;
}
</style>