Shades of Tenne (Tawny) #D55114
Tints of Tenne (Tawny) #D55114
RGB
CMYK
RGB Variations
Color information
#D55114 (or 0xD55114) is known color: Tenne (Tawny). HEX triplet: D5, 51 and 14. RGB value is (213,81,20). Sum of RGB (Red+Green+Blue) = 213+81+20=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D55114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55114 is #2AAEEB. Grayscale: #717171. Windows color (decimal): -2797292 or 1331669. OLE color: 1331669.
HSL color Cylindrical-coordinate representation of color #D55114: hue angle of 18.96º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D55114 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 20 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.16 |
| HSL | 18.96º | 0.83% | 0.46% | - |
| HSV(B) | 18.96º | 0.91% | 0.84% | - |
| XYZ | 30.51 | 20.08 | 2.93 | - |
| YUV | 113.51 | 75.23 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 20 | 0 | 0.62 | 0.91 | 0.16 | 18.96 | 0.83 | 0.46 |
| Hex | D5 | 51 | 14 | 0 | 3E | 5B | 10 | 13 | 53 | 2E |
| Octal | 325 | 121 | 24 | 0 | 76 | 133 | 20 | 23 | 123 | 56 |
| Binary | 11010101 | 1010001 | 10100 | 0 | 111110 | 1011011 | 10000 | 10011 | 1010011 | 101110 |
Color Harmonies of #D55114
Complementary color
Monochromatic Colors of #D55114
Black with #D55114
Text Example
Text Example
White with #D55114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55114; }
p { color: rgb(213,81,20); }
H1.HeaderClassName
{
color: #D55114;
}
.AnyTagClassName
{
color: #D55114;
}
</style>
background-color css
<style>
a { background-color: #D55114; }
a { background-color: rgb(213,81,20); }
div.DivClassName
{
background-color: #D55114;
}
.BgClassName
{
background-color: #D55114;
}
</style>
border-color css
<style>
span { border-color: #D55114; }
span { border-color: rgb(213,81,20); }
td.TdClassName
{
border-color: #D55114;
}
.TagClassName
{
border-color: #D55114;
}
</style>