Shades of Tenne (Tawny) #D75312
Tints of Tenne (Tawny) #D75312
RGB
CMYK
RGB Variations
Color information
#D75312 (or 0xD75312) is known color: Tenne (Tawny). HEX triplet: D7, 53 and 12. RGB value is (215,83,18). Sum of RGB (Red+Green+Blue) = 215+83+18=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D75312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75312 is #28ACED. Grayscale: #737373. Windows color (decimal): -2665710 or 1201111. OLE color: 1201111.
HSL color Cylindrical-coordinate representation of color #D75312: hue angle of 19.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D75312 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 18 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.16 |
| HSL | 19.8º | 0.85% | 0.46% | - |
| HSV(B) | 19.8º | 0.92% | 0.84% | - |
| XYZ | 31.23 | 20.68 | 2.92 | - |
| YUV | 115.06 | 73.23 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 18 | 0 | 0.61 | 0.92 | 0.16 | 19.8 | 0.85 | 0.46 |
| Hex | D7 | 53 | 12 | 0 | 3D | 5C | 10 | 14 | 55 | 2E |
| Octal | 327 | 123 | 22 | 0 | 75 | 134 | 20 | 24 | 125 | 56 |
| Binary | 11010111 | 1010011 | 10010 | 0 | 111101 | 1011100 | 10000 | 10100 | 1010101 | 101110 |
Color Harmonies of #D75312
Complementary color
Monochromatic Colors of #D75312
Black with #D75312
Text Example
Text Example
White with #D75312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75312; }
p { color: rgb(215,83,18); }
H1.HeaderClassName
{
color: #D75312;
}
.AnyTagClassName
{
color: #D75312;
}
</style>
background-color css
<style>
a { background-color: #D75312; }
a { background-color: rgb(215,83,18); }
div.DivClassName
{
background-color: #D75312;
}
.BgClassName
{
background-color: #D75312;
}
</style>
border-color css
<style>
span { border-color: #D75312; }
span { border-color: rgb(215,83,18); }
td.TdClassName
{
border-color: #D75312;
}
.TagClassName
{
border-color: #D75312;
}
</style>