Shades of Tenne (Tawny) #D15101
Tints of Tenne (Tawny) #D15101
RGB
CMYK
RGB Variations
Color information
#D15101 (or 0xD15101) is known color: Tenne (Tawny). HEX triplet: D1, 51 and 01. RGB value is (209,81,1). Sum of RGB (Red+Green+Blue) = 209+81+1=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D15101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15101 is #2EAEFE. Grayscale: #6E6E6E. Windows color (decimal): -3059455 or 86481. OLE color: 86481.
HSL color Cylindrical-coordinate representation of color #D15101: hue angle of 23.08º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D15101 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 1 | - |
| CMYK | 0 | 0.61 | 1.00 | 0.18 |
| HSL | 23.08º | 0.99% | 0.41% | - |
| HSV(B) | 23.08º | 1% | 0.82% | - |
| XYZ | 29.24 | 19.44 | 2.24 | - |
| YUV | 110.15 | 66.41 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 1 | 0 | 0.61 | 1.00 | 0.18 | 23.08 | 0.99 | 0.41 |
| Hex | D1 | 51 | 1 | 0 | 3D | 64 | 12 | 17 | 63 | 29 |
| Octal | 321 | 121 | 1 | 0 | 75 | 144 | 22 | 27 | 143 | 51 |
| Binary | 11010001 | 1010001 | 1 | 0 | 111101 | 1100100 | 10010 | 10111 | 1100011 | 101001 |
Color Harmonies of #D15101
Complementary color
Monochromatic Colors of #D15101
Black with #D15101
Text Example
Text Example
White with #D15101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15101; }
p { color: rgb(209,81,1); }
H1.HeaderClassName
{
color: #D15101;
}
.AnyTagClassName
{
color: #D15101;
}
</style>
background-color css
<style>
a { background-color: #D15101; }
a { background-color: rgb(209,81,1); }
div.DivClassName
{
background-color: #D15101;
}
.BgClassName
{
background-color: #D15101;
}
</style>
border-color css
<style>
span { border-color: #D15101; }
span { border-color: rgb(209,81,1); }
td.TdClassName
{
border-color: #D15101;
}
.TagClassName
{
border-color: #D15101;
}
</style>