Shades of Tenne (Tawny) #D35312
Tints of Tenne (Tawny) #D35312
RGB
CMYK
RGB Variations
Color information
#D35312 (or 0xD35312) is known color: Tenne (Tawny). HEX triplet: D3, 53 and 12. RGB value is (211,83,18). Sum of RGB (Red+Green+Blue) = 211+83+18=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D35312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35312 is #2CACED. Grayscale: #727272. Windows color (decimal): -2927854 or 1201107. OLE color: 1201107.
HSL color Cylindrical-coordinate representation of color #D35312: hue angle of 20.21º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D35312 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 83 | 18 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.17 |
| HSL | 20.21º | 0.84% | 0.45% | - |
| HSV(B) | 20.21º | 0.91% | 0.83% | - |
| XYZ | 30.07 | 20.08 | 2.86 | - |
| YUV | 113.86 | 73.91 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 18 | 0 | 0.61 | 0.91 | 0.17 | 20.21 | 0.84 | 0.45 |
| Hex | D3 | 53 | 12 | 0 | 3D | 5B | 11 | 14 | 54 | 2D |
| Octal | 323 | 123 | 22 | 0 | 75 | 133 | 21 | 24 | 124 | 55 |
| Binary | 11010011 | 1010011 | 10010 | 0 | 111101 | 1011011 | 10001 | 10100 | 1010100 | 101101 |
Color Harmonies of #D35312
Complementary color
Monochromatic Colors of #D35312
Black with #D35312
Text Example
Text Example
White with #D35312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35312; }
p { color: rgb(211,83,18); }
H1.HeaderClassName
{
color: #D35312;
}
.AnyTagClassName
{
color: #D35312;
}
</style>
background-color css
<style>
a { background-color: #D35312; }
a { background-color: rgb(211,83,18); }
div.DivClassName
{
background-color: #D35312;
}
.BgClassName
{
background-color: #D35312;
}
</style>
border-color css
<style>
span { border-color: #D35312; }
span { border-color: rgb(211,83,18); }
td.TdClassName
{
border-color: #D35312;
}
.TagClassName
{
border-color: #D35312;
}
</style>