Shades of Tenne (Tawny) #D64E12
Tints of Tenne (Tawny) #D64E12
RGB
CMYK
RGB Variations
Color information
#D64E12 (or 0xD64E12) is known color: Tenne (Tawny). HEX triplet: D6, 4E and 12. RGB value is (214,78,18). Sum of RGB (Red+Green+Blue) = 214+78+18=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64E12 is #29B1ED. Grayscale: #707070. Windows color (decimal): -2732526 or 1199830. OLE color: 1199830.
HSL color Cylindrical-coordinate representation of color #D64E12: hue angle of 18.37º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D64E12 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 18 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.16 |
| HSL | 18.37º | 0.84% | 0.45% | - |
| HSV(B) | 18.37º | 0.92% | 0.84% | - |
| XYZ | 30.57 | 19.79 | 2.78 | - |
| YUV | 111.82 | 75.06 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 18 | 0 | 0.64 | 0.92 | 0.16 | 18.37 | 0.84 | 0.45 |
| Hex | D6 | 4E | 12 | 0 | 40 | 5C | 10 | 12 | 54 | 2D |
| Octal | 326 | 116 | 22 | 0 | 100 | 134 | 20 | 22 | 124 | 55 |
| Binary | 11010110 | 1001110 | 10010 | 0 | 1000000 | 1011100 | 10000 | 10010 | 1010100 | 101101 |
Color Harmonies of #D64E12
Complementary color
Monochromatic Colors of #D64E12
Black with #D64E12
Text Example
Text Example
White with #D64E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64E12; }
p { color: rgb(214,78,18); }
H1.HeaderClassName
{
color: #D64E12;
}
.AnyTagClassName
{
color: #D64E12;
}
</style>
background-color css
<style>
a { background-color: #D64E12; }
a { background-color: rgb(214,78,18); }
div.DivClassName
{
background-color: #D64E12;
}
.BgClassName
{
background-color: #D64E12;
}
</style>
border-color css
<style>
span { border-color: #D64E12; }
span { border-color: rgb(214,78,18); }
td.TdClassName
{
border-color: #D64E12;
}
.TagClassName
{
border-color: #D64E12;
}
</style>