Shades of Tenne (Tawny) #D64B0C
Tints of Tenne (Tawny) #D64B0C
RGB
CMYK
RGB Variations
Color information
#D64B0C (or 0xD64B0C) is known color: Tenne (Tawny). HEX triplet: D6, 4B and 0C. RGB value is (214,75,12). Sum of RGB (Red+Green+Blue) = 214+75+12=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64B0C is #29B4F3. Grayscale: #6D6D6D. Windows color (decimal): -2733300 or 805846. OLE color: 805846.
HSL color Cylindrical-coordinate representation of color #D64B0C: hue angle of 18.71º 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 #D64B0C is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 12 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.16 |
| HSL | 18.71º | 0.89% | 0.44% | - |
| HSV(B) | 18.71º | 0.94% | 0.84% | - |
| XYZ | 30.31 | 19.35 | 2.49 | - |
| YUV | 109.38 | 73.05 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 12 | 0 | 0.65 | 0.94 | 0.16 | 18.71 | 0.89 | 0.44 |
| Hex | D6 | 4B | C | 0 | 41 | 5E | 10 | 13 | 59 | 2C |
| Octal | 326 | 113 | 14 | 0 | 101 | 136 | 20 | 23 | 131 | 54 |
| Binary | 11010110 | 1001011 | 1100 | 0 | 1000001 | 1011110 | 10000 | 10011 | 1011001 | 101100 |
Color Harmonies of #D64B0C
Complementary color
Monochromatic Colors of #D64B0C
Black with #D64B0C
Text Example
Text Example
White with #D64B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B0C; }
p { color: rgb(214,75,12); }
H1.HeaderClassName
{
color: #D64B0C;
}
.AnyTagClassName
{
color: #D64B0C;
}
</style>
background-color css
<style>
a { background-color: #D64B0C; }
a { background-color: rgb(214,75,12); }
div.DivClassName
{
background-color: #D64B0C;
}
.BgClassName
{
background-color: #D64B0C;
}
</style>
border-color css
<style>
span { border-color: #D64B0C; }
span { border-color: rgb(214,75,12); }
td.TdClassName
{
border-color: #D64B0C;
}
.TagClassName
{
border-color: #D64B0C;
}
</style>