Shades of Tenne (Tawny) #D24D0D
Tints of Tenne (Tawny) #D24D0D
RGB
CMYK
RGB Variations
Color information
#D24D0D (or 0xD24D0D) is known color: Tenne (Tawny). HEX triplet: D2, 4D and 0D. RGB value is (210,77,13). Sum of RGB (Red+Green+Blue) = 210+77+13=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D24D0D is #2DB2F2. Grayscale: #6D6D6D. Windows color (decimal): -2994931 or 871890. OLE color: 871890.
HSL color Cylindrical-coordinate representation of color #D24D0D: hue angle of 19.49º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D24D0D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.18 |
| HSL | 19.49º | 0.88% | 0.44% | - |
| HSV(B) | 19.49º | 0.94% | 0.82% | - |
| XYZ | 29.3 | 19.04 | 2.51 | - |
| YUV | 109.47 | 73.56 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 13 | 0 | 0.63 | 0.94 | 0.18 | 19.49 | 0.88 | 0.44 |
| Hex | D2 | 4D | D | 0 | 3F | 5E | 12 | 13 | 58 | 2C |
| Octal | 322 | 115 | 15 | 0 | 77 | 136 | 22 | 23 | 130 | 54 |
| Binary | 11010010 | 1001101 | 1101 | 0 | 111111 | 1011110 | 10010 | 10011 | 1011000 | 101100 |
Color Harmonies of #D24D0D
Complementary color
Monochromatic Colors of #D24D0D
Black with #D24D0D
Text Example
Text Example
White with #D24D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D0D; }
p { color: rgb(210,77,13); }
H1.HeaderClassName
{
color: #D24D0D;
}
.AnyTagClassName
{
color: #D24D0D;
}
</style>
background-color css
<style>
a { background-color: #D24D0D; }
a { background-color: rgb(210,77,13); }
div.DivClassName
{
background-color: #D24D0D;
}
.BgClassName
{
background-color: #D24D0D;
}
</style>
border-color css
<style>
span { border-color: #D24D0D; }
span { border-color: rgb(210,77,13); }
td.TdClassName
{
border-color: #D24D0D;
}
.TagClassName
{
border-color: #D24D0D;
}
</style>