Shades of Tenne (Tawny) #D55411
Tints of Tenne (Tawny) #D55411
RGB
CMYK
RGB Variations
Color information
#D55411 (or 0xD55411) is known color: Tenne (Tawny). HEX triplet: D5, 54 and 11. RGB value is (213,84,17). Sum of RGB (Red+Green+Blue) = 213+84+17=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D55411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55411 is #2AABEE. Grayscale: #737373. Windows color (decimal): -2796527 or 1135829. OLE color: 1135829.
HSL color Cylindrical-coordinate representation of color #D55411: hue angle of 20.51º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D55411 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 17 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.16 |
| HSL | 20.51º | 0.85% | 0.45% | - |
| HSV(B) | 20.51º | 0.92% | 0.84% | - |
| XYZ | 30.71 | 20.53 | 2.87 | - |
| YUV | 114.93 | 72.74 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 17 | 0 | 0.61 | 0.92 | 0.16 | 20.51 | 0.85 | 0.45 |
| Hex | D5 | 54 | 11 | 0 | 3D | 5C | 10 | 15 | 55 | 2D |
| Octal | 325 | 124 | 21 | 0 | 75 | 134 | 20 | 25 | 125 | 55 |
| Binary | 11010101 | 1010100 | 10001 | 0 | 111101 | 1011100 | 10000 | 10101 | 1010101 | 101101 |
Color Harmonies of #D55411
Complementary color
Monochromatic Colors of #D55411
Black with #D55411
Text Example
Text Example
White with #D55411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55411; }
p { color: rgb(213,84,17); }
H1.HeaderClassName
{
color: #D55411;
}
.AnyTagClassName
{
color: #D55411;
}
</style>
background-color css
<style>
a { background-color: #D55411; }
a { background-color: rgb(213,84,17); }
div.DivClassName
{
background-color: #D55411;
}
.BgClassName
{
background-color: #D55411;
}
</style>
border-color css
<style>
span { border-color: #D55411; }
span { border-color: rgb(213,84,17); }
td.TdClassName
{
border-color: #D55411;
}
.TagClassName
{
border-color: #D55411;
}
</style>