Shades of Tenne (Tawny) #D64A0C
Tints of Tenne (Tawny) #D64A0C
RGB
CMYK
RGB Variations
Color information
#D64A0C (or 0xD64A0C) is known color: Tenne (Tawny). HEX triplet: D6, 4A and 0C. RGB value is (214,74,12). Sum of RGB (Red+Green+Blue) = 214+74+12=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64A0C is #29B5F3. Grayscale: #6D6D6D. Windows color (decimal): -2733556 or 805590. OLE color: 805590.
HSL color Cylindrical-coordinate representation of color #D64A0C: hue angle of 18.42º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D64A0C is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 12 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.16 |
| HSL | 18.42º | 0.89% | 0.44% | - |
| HSV(B) | 18.42º | 0.94% | 0.84% | - |
| XYZ | 30.25 | 19.22 | 2.46 | - |
| YUV | 108.79 | 73.38 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 12 | 0 | 0.65 | 0.94 | 0.16 | 18.42 | 0.89 | 0.44 |
| Hex | D6 | 4A | C | 0 | 41 | 5E | 10 | 12 | 59 | 2C |
| Octal | 326 | 112 | 14 | 0 | 101 | 136 | 20 | 22 | 131 | 54 |
| Binary | 11010110 | 1001010 | 1100 | 0 | 1000001 | 1011110 | 10000 | 10010 | 1011001 | 101100 |
Color Harmonies of #D64A0C
Complementary color
Monochromatic Colors of #D64A0C
Black with #D64A0C
Text Example
Text Example
White with #D64A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A0C; }
p { color: rgb(214,74,12); }
H1.HeaderClassName
{
color: #D64A0C;
}
.AnyTagClassName
{
color: #D64A0C;
}
</style>
background-color css
<style>
a { background-color: #D64A0C; }
a { background-color: rgb(214,74,12); }
div.DivClassName
{
background-color: #D64A0C;
}
.BgClassName
{
background-color: #D64A0C;
}
</style>
border-color css
<style>
span { border-color: #D64A0C; }
span { border-color: rgb(214,74,12); }
td.TdClassName
{
border-color: #D64A0C;
}
.TagClassName
{
border-color: #D64A0C;
}
</style>