Shades of Tenne (Tawny) #D15213
Tints of Tenne (Tawny) #D15213
RGB
CMYK
RGB Variations
Color information
#D15213 (or 0xD15213) is known color: Tenne (Tawny). HEX triplet: D1, 52 and 13. RGB value is (209,82,19). Sum of RGB (Red+Green+Blue) = 209+82+19=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D15213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15213 is #2EADEC. Grayscale: #717171. Windows color (decimal): -3059181 or 1266385. OLE color: 1266385.
HSL color Cylindrical-coordinate representation of color #D15213: hue angle of 19.89º 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 #D15213 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 19 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.18 |
| HSL | 19.89º | 0.83% | 0.45% | - |
| HSV(B) | 19.89º | 0.91% | 0.82% | - |
| XYZ | 29.43 | 19.64 | 2.86 | - |
| YUV | 112.79 | 75.08 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 19 | 0 | 0.61 | 0.91 | 0.18 | 19.89 | 0.83 | 0.45 |
| Hex | D1 | 52 | 13 | 0 | 3D | 5B | 12 | 14 | 53 | 2D |
| Octal | 321 | 122 | 23 | 0 | 75 | 133 | 22 | 24 | 123 | 55 |
| Binary | 11010001 | 1010010 | 10011 | 0 | 111101 | 1011011 | 10010 | 10100 | 1010011 | 101101 |
Color Harmonies of #D15213
Complementary color
Monochromatic Colors of #D15213
Black with #D15213
Text Example
Text Example
White with #D15213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15213; }
p { color: rgb(209,82,19); }
H1.HeaderClassName
{
color: #D15213;
}
.AnyTagClassName
{
color: #D15213;
}
</style>
background-color css
<style>
a { background-color: #D15213; }
a { background-color: rgb(209,82,19); }
div.DivClassName
{
background-color: #D15213;
}
.BgClassName
{
background-color: #D15213;
}
</style>
border-color css
<style>
span { border-color: #D15213; }
span { border-color: rgb(209,82,19); }
td.TdClassName
{
border-color: #D15213;
}
.TagClassName
{
border-color: #D15213;
}
</style>