Shades of Tenne (Tawny) #D55713
Tints of Tenne (Tawny) #D55713
RGB
CMYK
RGB Variations
Color information
#D55713 (or 0xD55713) is known color: Tenne (Tawny). HEX triplet: D5, 57 and 13. RGB value is (213,87,19). Sum of RGB (Red+Green+Blue) = 213+87+19=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D55713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55713 is #2AA8EC. Grayscale: #757575. Windows color (decimal): -2795757 or 1267669. OLE color: 1267669.
HSL color Cylindrical-coordinate representation of color #D55713: hue angle of 21.03º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D55713 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 19 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.16 |
| HSL | 21.03º | 0.84% | 0.45% | - |
| HSV(B) | 21.03º | 0.91% | 0.84% | - |
| XYZ | 30.97 | 21.01 | 3.04 | - |
| YUV | 116.92 | 72.74 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 19 | 0 | 0.59 | 0.91 | 0.16 | 21.03 | 0.84 | 0.45 |
| Hex | D5 | 57 | 13 | 0 | 3B | 5B | 10 | 15 | 54 | 2D |
| Octal | 325 | 127 | 23 | 0 | 73 | 133 | 20 | 25 | 124 | 55 |
| Binary | 11010101 | 1010111 | 10011 | 0 | 111011 | 1011011 | 10000 | 10101 | 1010100 | 101101 |
Color Harmonies of #D55713
Complementary color
Monochromatic Colors of #D55713
Black with #D55713
Text Example
Text Example
White with #D55713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55713; }
p { color: rgb(213,87,19); }
H1.HeaderClassName
{
color: #D55713;
}
.AnyTagClassName
{
color: #D55713;
}
</style>
background-color css
<style>
a { background-color: #D55713; }
a { background-color: rgb(213,87,19); }
div.DivClassName
{
background-color: #D55713;
}
.BgClassName
{
background-color: #D55713;
}
</style>
border-color css
<style>
span { border-color: #D55713; }
span { border-color: rgb(213,87,19); }
td.TdClassName
{
border-color: #D55713;
}
.TagClassName
{
border-color: #D55713;
}
</style>