Shades of Tenne (Tawny) #D15313
Tints of Tenne (Tawny) #D15313
RGB
CMYK
RGB Variations
Color information
#D15313 (or 0xD15313) is known color: Tenne (Tawny). HEX triplet: D1, 53 and 13. RGB value is (209,83,19). Sum of RGB (Red+Green+Blue) = 209+83+19=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D15313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15313 is #2EACEC. Grayscale: #717171. Windows color (decimal): -3058925 or 1266641. OLE color: 1266641.
HSL color Cylindrical-coordinate representation of color #D15313: hue angle of 20.21º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D15313 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 19 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.18 |
| HSL | 20.21º | 0.83% | 0.45% | - |
| HSV(B) | 20.21º | 0.91% | 0.82% | - |
| XYZ | 29.51 | 19.79 | 2.88 | - |
| YUV | 113.38 | 74.74 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 19 | 0 | 0.60 | 0.91 | 0.18 | 20.21 | 0.83 | 0.45 |
| Hex | D1 | 53 | 13 | 0 | 3C | 5B | 12 | 14 | 53 | 2D |
| Octal | 321 | 123 | 23 | 0 | 74 | 133 | 22 | 24 | 123 | 55 |
| Binary | 11010001 | 1010011 | 10011 | 0 | 111100 | 1011011 | 10010 | 10100 | 1010011 | 101101 |
Color Harmonies of #D15313
Complementary color
Monochromatic Colors of #D15313
Black with #D15313
Text Example
Text Example
White with #D15313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15313; }
p { color: rgb(209,83,19); }
H1.HeaderClassName
{
color: #D15313;
}
.AnyTagClassName
{
color: #D15313;
}
</style>
background-color css
<style>
a { background-color: #D15313; }
a { background-color: rgb(209,83,19); }
div.DivClassName
{
background-color: #D15313;
}
.BgClassName
{
background-color: #D15313;
}
</style>
border-color css
<style>
span { border-color: #D15313; }
span { border-color: rgb(209,83,19); }
td.TdClassName
{
border-color: #D15313;
}
.TagClassName
{
border-color: #D15313;
}
</style>