Shades of Tenne (Tawny) #D44F12
Tints of Tenne (Tawny) #D44F12
RGB
CMYK
RGB Variations
Color information
#D44F12 (or 0xD44F12) is known color: Tenne (Tawny). HEX triplet: D4, 4F and 12. RGB value is (212,79,18). Sum of RGB (Red+Green+Blue) = 212+79+18=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D44F12 is #2BB0ED. Grayscale: #707070. Windows color (decimal): -2863342 or 1200084. OLE color: 1200084.
HSL color Cylindrical-coordinate representation of color #D44F12: hue angle of 18.87º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D44F12 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 79 | 18 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.17 |
| HSL | 18.87º | 0.84% | 0.45% | - |
| HSV(B) | 18.87º | 0.92% | 0.83% | - |
| XYZ | 30.06 | 19.63 | 2.78 | - |
| YUV | 111.81 | 75.06 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 18 | 0 | 0.63 | 0.92 | 0.17 | 18.87 | 0.84 | 0.45 |
| Hex | D4 | 4F | 12 | 0 | 3F | 5C | 11 | 13 | 54 | 2D |
| Octal | 324 | 117 | 22 | 0 | 77 | 134 | 21 | 23 | 124 | 55 |
| Binary | 11010100 | 1001111 | 10010 | 0 | 111111 | 1011100 | 10001 | 10011 | 1010100 | 101101 |
Color Harmonies of #D44F12
Complementary color
Monochromatic Colors of #D44F12
Black with #D44F12
Text Example
Text Example
White with #D44F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44F12; }
p { color: rgb(212,79,18); }
H1.HeaderClassName
{
color: #D44F12;
}
.AnyTagClassName
{
color: #D44F12;
}
</style>
background-color css
<style>
a { background-color: #D44F12; }
a { background-color: rgb(212,79,18); }
div.DivClassName
{
background-color: #D44F12;
}
.BgClassName
{
background-color: #D44F12;
}
</style>
border-color css
<style>
span { border-color: #D44F12; }
span { border-color: rgb(212,79,18); }
td.TdClassName
{
border-color: #D44F12;
}
.TagClassName
{
border-color: #D44F12;
}
</style>