Shades of Tenne (Tawny) #D24D13
Tints of Tenne (Tawny) #D24D13
RGB
CMYK
RGB Variations
Color information
#D24D13 (or 0xD24D13) is known color: Tenne (Tawny). HEX triplet: D2, 4D and 13. RGB value is (210,77,19). Sum of RGB (Red+Green+Blue) = 210+77+19=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D24D13 is #2DB2EC. Grayscale: #6E6E6E. Windows color (decimal): -2994925 or 1265106. OLE color: 1265106.
HSL color Cylindrical-coordinate representation of color #D24D13: hue angle of 18.22º degrees, saturation: 0.83, 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 #D24D13 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 19 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.18 |
| HSL | 18.22º | 0.83% | 0.45% | - |
| HSV(B) | 18.22º | 0.91% | 0.82% | - |
| XYZ | 29.35 | 19.06 | 2.75 | - |
| YUV | 110.16 | 76.56 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 19 | 0 | 0.63 | 0.91 | 0.18 | 18.22 | 0.83 | 0.45 |
| Hex | D2 | 4D | 13 | 0 | 3F | 5B | 12 | 12 | 53 | 2D |
| Octal | 322 | 115 | 23 | 0 | 77 | 133 | 22 | 22 | 123 | 55 |
| Binary | 11010010 | 1001101 | 10011 | 0 | 111111 | 1011011 | 10010 | 10010 | 1010011 | 101101 |
Color Harmonies of #D24D13
Complementary color
Monochromatic Colors of #D24D13
Black with #D24D13
Text Example
Text Example
White with #D24D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D13; }
p { color: rgb(210,77,19); }
H1.HeaderClassName
{
color: #D24D13;
}
.AnyTagClassName
{
color: #D24D13;
}
</style>
background-color css
<style>
a { background-color: #D24D13; }
a { background-color: rgb(210,77,19); }
div.DivClassName
{
background-color: #D24D13;
}
.BgClassName
{
background-color: #D24D13;
}
</style>
border-color css
<style>
span { border-color: #D24D13; }
span { border-color: rgb(210,77,19); }
td.TdClassName
{
border-color: #D24D13;
}
.TagClassName
{
border-color: #D24D13;
}
</style>