Shades of Tenne (Tawny) #D24F12
Tints of Tenne (Tawny) #D24F12
RGB
CMYK
RGB Variations
Color information
#D24F12 (or 0xD24F12) is known color: Tenne (Tawny). HEX triplet: D2, 4F and 12. RGB value is (210,79,18). Sum of RGB (Red+Green+Blue) = 210+79+18=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D24F12 is #2DB0ED. Grayscale: #6F6F6F. Windows color (decimal): -2994414 or 1200082. OLE color: 1200082.
HSL color Cylindrical-coordinate representation of color #D24F12: hue angle of 19.06º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D24F12 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 18 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.18 |
| HSL | 19.06º | 0.84% | 0.45% | - |
| HSV(B) | 19.06º | 0.91% | 0.82% | - |
| XYZ | 29.48 | 19.34 | 2.75 | - |
| YUV | 111.22 | 75.4 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 18 | 0 | 0.62 | 0.91 | 0.18 | 19.06 | 0.84 | 0.45 |
| Hex | D2 | 4F | 12 | 0 | 3E | 5B | 12 | 13 | 54 | 2D |
| Octal | 322 | 117 | 22 | 0 | 76 | 133 | 22 | 23 | 124 | 55 |
| Binary | 11010010 | 1001111 | 10010 | 0 | 111110 | 1011011 | 10010 | 10011 | 1010100 | 101101 |
Color Harmonies of #D24F12
Complementary color
Monochromatic Colors of #D24F12
Black with #D24F12
Text Example
Text Example
White with #D24F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F12; }
p { color: rgb(210,79,18); }
H1.HeaderClassName
{
color: #D24F12;
}
.AnyTagClassName
{
color: #D24F12;
}
</style>
background-color css
<style>
a { background-color: #D24F12; }
a { background-color: rgb(210,79,18); }
div.DivClassName
{
background-color: #D24F12;
}
.BgClassName
{
background-color: #D24F12;
}
</style>
border-color css
<style>
span { border-color: #D24F12; }
span { border-color: rgb(210,79,18); }
td.TdClassName
{
border-color: #D24F12;
}
.TagClassName
{
border-color: #D24F12;
}
</style>