Shades of Tenne (Tawny) #D44A12
Tints of Tenne (Tawny) #D44A12
RGB
CMYK
RGB Variations
Color information
#D44A12 (or 0xD44A12) is known color: Tenne (Tawny). HEX triplet: D4, 4A and 12. RGB value is (212,74,18). Sum of RGB (Red+Green+Blue) = 212+74+18=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D44A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44A12 is #2BB5ED. Grayscale: #6D6D6D. Windows color (decimal): -2864622 or 1198804. OLE color: 1198804.
HSL color Cylindrical-coordinate representation of color #D44A12: hue angle of 17.32º 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 #D44A12 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 74 | 18 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.17 |
| HSL | 17.32º | 0.84% | 0.45% | - |
| HSV(B) | 17.32º | 0.92% | 0.83% | - |
| XYZ | 29.71 | 18.94 | 2.66 | - |
| YUV | 108.88 | 76.72 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 74 | 18 | 0 | 0.65 | 0.92 | 0.17 | 17.32 | 0.84 | 0.45 |
| Hex | D4 | 4A | 12 | 0 | 41 | 5C | 11 | 11 | 54 | 2D |
| Octal | 324 | 112 | 22 | 0 | 101 | 134 | 21 | 21 | 124 | 55 |
| Binary | 11010100 | 1001010 | 10010 | 0 | 1000001 | 1011100 | 10001 | 10001 | 1010100 | 101101 |
Color Harmonies of #D44A12
Complementary color
Monochromatic Colors of #D44A12
Black with #D44A12
Text Example
Text Example
White with #D44A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44A12; }
p { color: rgb(212,74,18); }
H1.HeaderClassName
{
color: #D44A12;
}
.AnyTagClassName
{
color: #D44A12;
}
</style>
background-color css
<style>
a { background-color: #D44A12; }
a { background-color: rgb(212,74,18); }
div.DivClassName
{
background-color: #D44A12;
}
.BgClassName
{
background-color: #D44A12;
}
</style>
border-color css
<style>
span { border-color: #D44A12; }
span { border-color: rgb(212,74,18); }
td.TdClassName
{
border-color: #D44A12;
}
.TagClassName
{
border-color: #D44A12;
}
</style>