Shades of Tenne (Tawny) #D44D13
Tints of Tenne (Tawny) #D44D13
RGB
CMYK
RGB Variations
Color information
#D44D13 (or 0xD44D13) is known color: Tenne (Tawny). HEX triplet: D4, 4D and 13. RGB value is (212,77,19). Sum of RGB (Red+Green+Blue) = 212+77+19=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D44D13 is #2BB2EC. Grayscale: #6F6F6F. Windows color (decimal): -2863853 or 1265108. OLE color: 1265108.
HSL color Cylindrical-coordinate representation of color #D44D13: hue angle of 18.03º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D44D13 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 19 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.17 |
| HSL | 18.03º | 0.84% | 0.45% | - |
| HSV(B) | 18.03º | 0.91% | 0.83% | - |
| XYZ | 29.92 | 19.35 | 2.77 | - |
| YUV | 110.75 | 76.23 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 19 | 0 | 0.64 | 0.91 | 0.17 | 18.03 | 0.84 | 0.45 |
| Hex | D4 | 4D | 13 | 0 | 40 | 5B | 11 | 12 | 54 | 2D |
| Octal | 324 | 115 | 23 | 0 | 100 | 133 | 21 | 22 | 124 | 55 |
| Binary | 11010100 | 1001101 | 10011 | 0 | 1000000 | 1011011 | 10001 | 10010 | 1010100 | 101101 |
Color Harmonies of #D44D13
Complementary color
Monochromatic Colors of #D44D13
Black with #D44D13
Text Example
Text Example
White with #D44D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44D13; }
p { color: rgb(212,77,19); }
H1.HeaderClassName
{
color: #D44D13;
}
.AnyTagClassName
{
color: #D44D13;
}
</style>
background-color css
<style>
a { background-color: #D44D13; }
a { background-color: rgb(212,77,19); }
div.DivClassName
{
background-color: #D44D13;
}
.BgClassName
{
background-color: #D44D13;
}
</style>
border-color css
<style>
span { border-color: #D44D13; }
span { border-color: rgb(212,77,19); }
td.TdClassName
{
border-color: #D44D13;
}
.TagClassName
{
border-color: #D44D13;
}
</style>