Shades of Tenne (Tawny) #D3510F
Tints of Tenne (Tawny) #D3510F
RGB
CMYK
RGB Variations
Color information
#D3510F (or 0xD3510F) is known color: Tenne (Tawny). HEX triplet: D3, 51 and 0F. RGB value is (211,81,15). Sum of RGB (Red+Green+Blue) = 211+81+15=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D3510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3510F is #2CAEF0. Grayscale: #707070. Windows color (decimal): -2928369 or 1003987. OLE color: 1003987.
HSL color Cylindrical-coordinate representation of color #D3510F: hue angle of 20.2º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3510F is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 81 | 15 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.17 |
| HSL | 20.2º | 0.87% | 0.44% | - |
| HSV(B) | 20.2º | 0.93% | 0.83% | - |
| XYZ | 29.89 | 19.77 | 2.69 | - |
| YUV | 112.35 | 73.07 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 81 | 15 | 0 | 0.62 | 0.93 | 0.17 | 20.2 | 0.87 | 0.44 |
| Hex | D3 | 51 | F | 0 | 3E | 5D | 11 | 14 | 57 | 2C |
| Octal | 323 | 121 | 17 | 0 | 76 | 135 | 21 | 24 | 127 | 54 |
| Binary | 11010011 | 1010001 | 1111 | 0 | 111110 | 1011101 | 10001 | 10100 | 1010111 | 101100 |
Color Harmonies of #D3510F
Complementary color
Monochromatic Colors of #D3510F
Black with #D3510F
Text Example
Text Example
White with #D3510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3510F; }
p { color: rgb(211,81,15); }
H1.HeaderClassName
{
color: #D3510F;
}
.AnyTagClassName
{
color: #D3510F;
}
</style>
background-color css
<style>
a { background-color: #D3510F; }
a { background-color: rgb(211,81,15); }
div.DivClassName
{
background-color: #D3510F;
}
.BgClassName
{
background-color: #D3510F;
}
</style>
border-color css
<style>
span { border-color: #D3510F; }
span { border-color: rgb(211,81,15); }
td.TdClassName
{
border-color: #D3510F;
}
.TagClassName
{
border-color: #D3510F;
}
</style>