Shades of Tenne (Tawny) #D64000
Tints of Tenne (Tawny) #D64000
RGB
CMYK
RGB Variations
Color information
#D64000 (or 0xD64000) is known color: Tenne (Tawny). HEX triplet: D6, 40 and 00. RGB value is (214,64,0). Sum of RGB (Red+Green+Blue) = 214+64+0=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D64000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64000 is #29BFFF. Grayscale: #656565. Windows color (decimal): -2736128 or 16598. OLE color: 16598.
HSL color Cylindrical-coordinate representation of color #D64000: hue angle of 17.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D64000 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.16 |
| HSL | 17.94º | 1% | 0.42% | - |
| HSV(B) | 17.94º | 1% | 0.84% | - |
| XYZ | 29.56 | 17.96 | 1.91 | - |
| YUV | 101.55 | 70.7 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 0 | 0 | 0.70 | 1 | 0.16 | 17.94 | 1 | 0.42 |
| Hex | D6 | 40 | 0 | 0 | 46 | 64 | 10 | 12 | 64 | 2A |
| Octal | 326 | 100 | 0 | 0 | 106 | 144 | 20 | 22 | 144 | 52 |
| Binary | 11010110 | 1000000 | 0 | 0 | 1000110 | 1100100 | 10000 | 10010 | 1100100 | 101010 |
Color Harmonies of #D64000
Complementary color
Monochromatic Colors of #D64000
Black with #D64000
Text Example
Text Example
White with #D64000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64000; }
p { color: rgb(214,64,0); }
H1.HeaderClassName
{
color: #D64000;
}
.AnyTagClassName
{
color: #D64000;
}
</style>
background-color css
<style>
a { background-color: #D64000; }
a { background-color: rgb(214,64,0); }
div.DivClassName
{
background-color: #D64000;
}
.BgClassName
{
background-color: #D64000;
}
</style>
border-color css
<style>
span { border-color: #D64000; }
span { border-color: rgb(214,64,0); }
td.TdClassName
{
border-color: #D64000;
}
.TagClassName
{
border-color: #D64000;
}
</style>