Shades of Tenne (Tawny) #D3470D
Tints of Tenne (Tawny) #D3470D
RGB
CMYK
RGB Variations
Color information
#D3470D (or 0xD3470D) is known color: Tenne (Tawny). HEX triplet: D3, 47 and 0D. RGB value is (211,71,13). Sum of RGB (Red+Green+Blue) = 211+71+13=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D3470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3470D is #2CB8F2. Grayscale: #6A6A6A. Windows color (decimal): -2930931 or 870355. OLE color: 870355.
HSL color Cylindrical-coordinate representation of color #D3470D: hue angle of 17.58º 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 #D3470D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 13 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.17 |
| HSL | 17.58º | 0.88% | 0.44% | - |
| HSV(B) | 17.58º | 0.94% | 0.83% | - |
| XYZ | 29.19 | 18.38 | 2.39 | - |
| YUV | 106.25 | 75.38 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 13 | 0 | 0.66 | 0.94 | 0.17 | 17.58 | 0.88 | 0.44 |
| Hex | D3 | 47 | D | 0 | 42 | 5E | 11 | 12 | 58 | 2C |
| Octal | 323 | 107 | 15 | 0 | 102 | 136 | 21 | 22 | 130 | 54 |
| Binary | 11010011 | 1000111 | 1101 | 0 | 1000010 | 1011110 | 10001 | 10010 | 1011000 | 101100 |
Color Harmonies of #D3470D
Complementary color
Monochromatic Colors of #D3470D
Black with #D3470D
Text Example
Text Example
White with #D3470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3470D; }
p { color: rgb(211,71,13); }
H1.HeaderClassName
{
color: #D3470D;
}
.AnyTagClassName
{
color: #D3470D;
}
</style>
background-color css
<style>
a { background-color: #D3470D; }
a { background-color: rgb(211,71,13); }
div.DivClassName
{
background-color: #D3470D;
}
.BgClassName
{
background-color: #D3470D;
}
</style>
border-color css
<style>
span { border-color: #D3470D; }
span { border-color: rgb(211,71,13); }
td.TdClassName
{
border-color: #D3470D;
}
.TagClassName
{
border-color: #D3470D;
}
</style>