Shades of Tenne (Tawny) #D24A09
Tints of Tenne (Tawny) #D24A09
RGB
CMYK
RGB Variations
Color information
#D24A09 (or 0xD24A09) is known color: Tenne (Tawny). HEX triplet: D2, 4A and 09. RGB value is (210,74,9). Sum of RGB (Red+Green+Blue) = 210+74+9=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24A09 is #2DB5F6. Grayscale: #6B6B6B. Windows color (decimal): -2995703 or 608978. OLE color: 608978.
HSL color Cylindrical-coordinate representation of color #D24A09: hue angle of 19.4º degrees, saturation: 0.92, 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 #D24A09 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 9 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.18 |
| HSL | 19.4º | 0.92% | 0.43% | - |
| HSV(B) | 19.4º | 0.96% | 0.82% | - |
| XYZ | 29.08 | 18.62 | 2.32 | - |
| YUV | 107.25 | 72.56 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 9 | 0 | 0.65 | 0.96 | 0.18 | 19.4 | 0.92 | 0.43 |
| Hex | D2 | 4A | 9 | 0 | 41 | 60 | 12 | 13 | 5C | 2B |
| Octal | 322 | 112 | 11 | 0 | 101 | 140 | 22 | 23 | 134 | 53 |
| Binary | 11010010 | 1001010 | 1001 | 0 | 1000001 | 1100000 | 10010 | 10011 | 1011100 | 101011 |
Color Harmonies of #D24A09
Complementary color
Monochromatic Colors of #D24A09
Black with #D24A09
Text Example
Text Example
White with #D24A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A09; }
p { color: rgb(210,74,9); }
H1.HeaderClassName
{
color: #D24A09;
}
.AnyTagClassName
{
color: #D24A09;
}
</style>
background-color css
<style>
a { background-color: #D24A09; }
a { background-color: rgb(210,74,9); }
div.DivClassName
{
background-color: #D24A09;
}
.BgClassName
{
background-color: #D24A09;
}
</style>
border-color css
<style>
span { border-color: #D24A09; }
span { border-color: rgb(210,74,9); }
td.TdClassName
{
border-color: #D24A09;
}
.TagClassName
{
border-color: #D24A09;
}
</style>