Shades of Tenne (Tawny) #D3610D
Tints of Tenne (Tawny) #D3610D
RGB
CMYK
RGB Variations
Color information
#D3610D (or 0xD3610D) is known color: Tenne (Tawny). HEX triplet: D3, 61 and 0D. RGB value is (211,97,13). Sum of RGB (Red+Green+Blue) = 211+97+13=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D3610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3610D is #2C9EF2. Grayscale: #797979. Windows color (decimal): -2924275 or 877011. OLE color: 877011.
HSL color Cylindrical-coordinate representation of color #D3610D: hue angle of 25.45º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3610D is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 97 | 13 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.17 |
| HSL | 25.45º | 0.88% | 0.44% | - |
| HSV(B) | 25.45º | 0.94% | 0.83% | - |
| XYZ | 31.21 | 22.43 | 3.06 | - |
| YUV | 121.51 | 66.77 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 97 | 13 | 0 | 0.54 | 0.94 | 0.17 | 25.45 | 0.88 | 0.44 |
| Hex | D3 | 61 | D | 0 | 36 | 5E | 11 | 19 | 58 | 2C |
| Octal | 323 | 141 | 15 | 0 | 66 | 136 | 21 | 31 | 130 | 54 |
| Binary | 11010011 | 1100001 | 1101 | 0 | 110110 | 1011110 | 10001 | 11001 | 1011000 | 101100 |
Color Harmonies of #D3610D
Complementary color
Monochromatic Colors of #D3610D
Black with #D3610D
Text Example
Text Example
White with #D3610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3610D; }
p { color: rgb(211,97,13); }
H1.HeaderClassName
{
color: #D3610D;
}
.AnyTagClassName
{
color: #D3610D;
}
</style>
background-color css
<style>
a { background-color: #D3610D; }
a { background-color: rgb(211,97,13); }
div.DivClassName
{
background-color: #D3610D;
}
.BgClassName
{
background-color: #D3610D;
}
</style>
border-color css
<style>
span { border-color: #D3610D; }
span { border-color: rgb(211,97,13); }
td.TdClassName
{
border-color: #D3610D;
}
.TagClassName
{
border-color: #D3610D;
}
</style>