Shades of Tenne (Tawny) #D55409
Tints of Tenne (Tawny) #D55409
RGB
CMYK
RGB Variations
Color information
#D55409 (or 0xD55409) is known color: Tenne (Tawny). HEX triplet: D5, 54 and 09. RGB value is (213,84,9). Sum of RGB (Red+Green+Blue) = 213+84+9=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D55409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55409 is #2AABF6. Grayscale: #727272. Windows color (decimal): -2796535 or 611541. OLE color: 611541.
HSL color Cylindrical-coordinate representation of color #D55409: hue angle of 22.06º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D55409 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 9 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.16 |
| HSL | 22.06º | 0.92% | 0.44% | - |
| HSV(B) | 22.06º | 0.96% | 0.84% | - |
| XYZ | 30.66 | 20.51 | 2.6 | - |
| YUV | 114.02 | 68.74 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 9 | 0 | 0.61 | 0.96 | 0.16 | 22.06 | 0.92 | 0.44 |
| Hex | D5 | 54 | 9 | 0 | 3D | 60 | 10 | 16 | 5C | 2C |
| Octal | 325 | 124 | 11 | 0 | 75 | 140 | 20 | 26 | 134 | 54 |
| Binary | 11010101 | 1010100 | 1001 | 0 | 111101 | 1100000 | 10000 | 10110 | 1011100 | 101100 |
Color Harmonies of #D55409
Complementary color
Monochromatic Colors of #D55409
Black with #D55409
Text Example
Text Example
White with #D55409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55409; }
p { color: rgb(213,84,9); }
H1.HeaderClassName
{
color: #D55409;
}
.AnyTagClassName
{
color: #D55409;
}
</style>
background-color css
<style>
a { background-color: #D55409; }
a { background-color: rgb(213,84,9); }
div.DivClassName
{
background-color: #D55409;
}
.BgClassName
{
background-color: #D55409;
}
</style>
border-color css
<style>
span { border-color: #D55409; }
span { border-color: rgb(213,84,9); }
td.TdClassName
{
border-color: #D55409;
}
.TagClassName
{
border-color: #D55409;
}
</style>