Shades of Tenne (Tawny) #D24407
Tints of Tenne (Tawny) #D24407
RGB
CMYK
RGB Variations
Color information
#D24407 (or 0xD24407) is known color: Tenne (Tawny). HEX triplet: D2, 44 and 07. RGB value is (210,68,7). Sum of RGB (Red+Green+Blue) = 210+68+7=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D24407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24407 is #2DBBF8. Grayscale: #676767. Windows color (decimal): -2997241 or 476370. OLE color: 476370.
HSL color Cylindrical-coordinate representation of color #D24407: hue angle of 18.03º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D24407 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 7 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.18 |
| HSL | 18.03º | 0.94% | 0.43% | - |
| HSV(B) | 18.03º | 0.97% | 0.82% | - |
| XYZ | 28.68 | 17.85 | 2.13 | - |
| YUV | 103.5 | 73.54 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 7 | 0 | 0.68 | 0.97 | 0.18 | 18.03 | 0.94 | 0.43 |
| Hex | D2 | 44 | 7 | 0 | 44 | 61 | 12 | 12 | 5E | 2B |
| Octal | 322 | 104 | 7 | 0 | 104 | 141 | 22 | 22 | 136 | 53 |
| Binary | 11010010 | 1000100 | 111 | 0 | 1000100 | 1100001 | 10010 | 10010 | 1011110 | 101011 |
Color Harmonies of #D24407
Complementary color
Monochromatic Colors of #D24407
Black with #D24407
Text Example
Text Example
White with #D24407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24407; }
p { color: rgb(210,68,7); }
H1.HeaderClassName
{
color: #D24407;
}
.AnyTagClassName
{
color: #D24407;
}
</style>
background-color css
<style>
a { background-color: #D24407; }
a { background-color: rgb(210,68,7); }
div.DivClassName
{
background-color: #D24407;
}
.BgClassName
{
background-color: #D24407;
}
</style>
border-color css
<style>
span { border-color: #D24407; }
span { border-color: rgb(210,68,7); }
td.TdClassName
{
border-color: #D24407;
}
.TagClassName
{
border-color: #D24407;
}
</style>