Shades of Tenne (Tawny) #D24F08
Tints of Tenne (Tawny) #D24F08
RGB
CMYK
RGB Variations
Color information
#D24F08 (or 0xD24F08) is known color: Tenne (Tawny). HEX triplet: D2, 4F and 08. RGB value is (210,79,8). Sum of RGB (Red+Green+Blue) = 210+79+8=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D24F08 is #2DB0F7. Grayscale: #6E6E6E. Windows color (decimal): -2994424 or 544722. OLE color: 544722.
HSL color Cylindrical-coordinate representation of color #D24F08: hue angle of 21.09º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D24F08 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.18 |
| HSL | 21.09º | 0.93% | 0.43% | - |
| HSV(B) | 21.09º | 0.96% | 0.82% | - |
| XYZ | 29.42 | 19.31 | 2.41 | - |
| YUV | 110.08 | 70.4 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 8 | 0 | 0.62 | 0.96 | 0.18 | 21.09 | 0.93 | 0.43 |
| Hex | D2 | 4F | 8 | 0 | 3E | 60 | 12 | 15 | 5D | 2B |
| Octal | 322 | 117 | 10 | 0 | 76 | 140 | 22 | 25 | 135 | 53 |
| Binary | 11010010 | 1001111 | 1000 | 0 | 111110 | 1100000 | 10010 | 10101 | 1011101 | 101011 |
Color Harmonies of #D24F08
Complementary color
Monochromatic Colors of #D24F08
Black with #D24F08
Text Example
Text Example
White with #D24F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F08; }
p { color: rgb(210,79,8); }
H1.HeaderClassName
{
color: #D24F08;
}
.AnyTagClassName
{
color: #D24F08;
}
</style>
background-color css
<style>
a { background-color: #D24F08; }
a { background-color: rgb(210,79,8); }
div.DivClassName
{
background-color: #D24F08;
}
.BgClassName
{
background-color: #D24F08;
}
</style>
border-color css
<style>
span { border-color: #D24F08; }
span { border-color: rgb(210,79,8); }
td.TdClassName
{
border-color: #D24F08;
}
.TagClassName
{
border-color: #D24F08;
}
</style>