Shades of Tenne (Tawny) #D1500D
Tints of Tenne (Tawny) #D1500D
RGB
CMYK
RGB Variations
Color information
#D1500D (or 0xD1500D) is known color: Tenne (Tawny). HEX triplet: D1, 50 and 0D. RGB value is (209,80,13). Sum of RGB (Red+Green+Blue) = 209+80+13=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D1500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1500D is #2EAFF2. Grayscale: #6F6F6F. Windows color (decimal): -3059699 or 872657. OLE color: 872657.
HSL color Cylindrical-coordinate representation of color #D1500D: hue angle of 20.51º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1500D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 13 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.18 |
| HSL | 20.51º | 0.88% | 0.44% | - |
| HSV(B) | 20.51º | 0.94% | 0.82% | - |
| XYZ | 29.24 | 19.32 | 2.57 | - |
| YUV | 110.93 | 72.74 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 13 | 0 | 0.62 | 0.94 | 0.18 | 20.51 | 0.88 | 0.44 |
| Hex | D1 | 50 | D | 0 | 3E | 5E | 12 | 15 | 58 | 2C |
| Octal | 321 | 120 | 15 | 0 | 76 | 136 | 22 | 25 | 130 | 54 |
| Binary | 11010001 | 1010000 | 1101 | 0 | 111110 | 1011110 | 10010 | 10101 | 1011000 | 101100 |
Color Harmonies of #D1500D
Complementary color
Monochromatic Colors of #D1500D
Black with #D1500D
Text Example
Text Example
White with #D1500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1500D; }
p { color: rgb(209,80,13); }
H1.HeaderClassName
{
color: #D1500D;
}
.AnyTagClassName
{
color: #D1500D;
}
</style>
background-color css
<style>
a { background-color: #D1500D; }
a { background-color: rgb(209,80,13); }
div.DivClassName
{
background-color: #D1500D;
}
.BgClassName
{
background-color: #D1500D;
}
</style>
border-color css
<style>
span { border-color: #D1500D; }
span { border-color: rgb(209,80,13); }
td.TdClassName
{
border-color: #D1500D;
}
.TagClassName
{
border-color: #D1500D;
}
</style>