Shades of Tenne (Tawny) #D24D0F
Tints of Tenne (Tawny) #D24D0F
RGB
CMYK
RGB Variations
Color information
#D24D0F (or 0xD24D0F) is known color: Tenne (Tawny). HEX triplet: D2, 4D and 0F. RGB value is (210,77,15). Sum of RGB (Red+Green+Blue) = 210+77+15=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D24D0F is #2DB2F0. Grayscale: #6E6E6E. Windows color (decimal): -2994929 or 1002962. OLE color: 1002962.
HSL color Cylindrical-coordinate representation of color #D24D0F: hue angle of 19.08º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D24D0F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 15 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.18 |
| HSL | 19.08º | 0.87% | 0.44% | - |
| HSV(B) | 19.08º | 0.93% | 0.82% | - |
| XYZ | 29.32 | 19.04 | 2.58 | - |
| YUV | 109.7 | 74.56 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 15 | 0 | 0.63 | 0.93 | 0.18 | 19.08 | 0.87 | 0.44 |
| Hex | D2 | 4D | F | 0 | 3F | 5D | 12 | 13 | 57 | 2C |
| Octal | 322 | 115 | 17 | 0 | 77 | 135 | 22 | 23 | 127 | 54 |
| Binary | 11010010 | 1001101 | 1111 | 0 | 111111 | 1011101 | 10010 | 10011 | 1010111 | 101100 |
Color Harmonies of #D24D0F
Complementary color
Monochromatic Colors of #D24D0F
Black with #D24D0F
Text Example
Text Example
White with #D24D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D0F; }
p { color: rgb(210,77,15); }
H1.HeaderClassName
{
color: #D24D0F;
}
.AnyTagClassName
{
color: #D24D0F;
}
</style>
background-color css
<style>
a { background-color: #D24D0F; }
a { background-color: rgb(210,77,15); }
div.DivClassName
{
background-color: #D24D0F;
}
.BgClassName
{
background-color: #D24D0F;
}
</style>
border-color css
<style>
span { border-color: #D24D0F; }
span { border-color: rgb(210,77,15); }
td.TdClassName
{
border-color: #D24D0F;
}
.TagClassName
{
border-color: #D24D0F;
}
</style>