Shades of Tenne (Tawny) #D24910
Tints of Tenne (Tawny) #D24910
RGB
CMYK
RGB Variations
Color information
#D24910 (or 0xD24910) is known color: Tenne (Tawny). HEX triplet: D2, 49 and 10. RGB value is (210,73,16). Sum of RGB (Red+Green+Blue) = 210+73+16=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D24910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24910 is #2DB6EF. Grayscale: #6B6B6B. Windows color (decimal): -2995952 or 1067474. OLE color: 1067474.
HSL color Cylindrical-coordinate representation of color #D24910: hue angle of 17.63º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D24910 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 16 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.18 |
| HSL | 17.63º | 0.86% | 0.44% | - |
| HSV(B) | 17.63º | 0.92% | 0.82% | - |
| XYZ | 29.05 | 18.5 | 2.53 | - |
| YUV | 107.47 | 76.39 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 16 | 0 | 0.65 | 0.92 | 0.18 | 17.63 | 0.86 | 0.44 |
| Hex | D2 | 49 | 10 | 0 | 41 | 5C | 12 | 12 | 56 | 2C |
| Octal | 322 | 111 | 20 | 0 | 101 | 134 | 22 | 22 | 126 | 54 |
| Binary | 11010010 | 1001001 | 10000 | 0 | 1000001 | 1011100 | 10010 | 10010 | 1010110 | 101100 |
Color Harmonies of #D24910
Complementary color
Monochromatic Colors of #D24910
Black with #D24910
Text Example
Text Example
White with #D24910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24910; }
p { color: rgb(210,73,16); }
H1.HeaderClassName
{
color: #D24910;
}
.AnyTagClassName
{
color: #D24910;
}
</style>
background-color css
<style>
a { background-color: #D24910; }
a { background-color: rgb(210,73,16); }
div.DivClassName
{
background-color: #D24910;
}
.BgClassName
{
background-color: #D24910;
}
</style>
border-color css
<style>
span { border-color: #D24910; }
span { border-color: rgb(210,73,16); }
td.TdClassName
{
border-color: #D24910;
}
.TagClassName
{
border-color: #D24910;
}
</style>