Shades of Tenne (Tawny) #D45215
Tints of Tenne (Tawny) #D45215
RGB
CMYK
RGB Variations
Color information
#D45215 (or 0xD45215) is known color: Tenne (Tawny). HEX triplet: D4, 52 and 15. RGB value is (212,82,21). Sum of RGB (Red+Green+Blue) = 212+82+21=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D45215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45215 is #2BADEA. Grayscale: #727272. Windows color (decimal): -2862571 or 1397460. OLE color: 1397460.
HSL color Cylindrical-coordinate representation of color #D45215: hue angle of 19.16º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D45215 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 21 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.17 |
| HSL | 19.16º | 0.82% | 0.46% | - |
| HSV(B) | 19.16º | 0.9% | 0.83% | - |
| XYZ | 30.3 | 20.09 | 2.99 | - |
| YUV | 113.92 | 75.57 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 21 | 0 | 0.61 | 0.90 | 0.17 | 19.16 | 0.82 | 0.46 |
| Hex | D4 | 52 | 15 | 0 | 3D | 5A | 11 | 13 | 52 | 2E |
| Octal | 324 | 122 | 25 | 0 | 75 | 132 | 21 | 23 | 122 | 56 |
| Binary | 11010100 | 1010010 | 10101 | 0 | 111101 | 1011010 | 10001 | 10011 | 1010010 | 101110 |
Color Harmonies of #D45215
Complementary color
Monochromatic Colors of #D45215
Black with #D45215
Text Example
Text Example
White with #D45215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45215; }
p { color: rgb(212,82,21); }
H1.HeaderClassName
{
color: #D45215;
}
.AnyTagClassName
{
color: #D45215;
}
</style>
background-color css
<style>
a { background-color: #D45215; }
a { background-color: rgb(212,82,21); }
div.DivClassName
{
background-color: #D45215;
}
.BgClassName
{
background-color: #D45215;
}
</style>
border-color css
<style>
span { border-color: #D45215; }
span { border-color: rgb(212,82,21); }
td.TdClassName
{
border-color: #D45215;
}
.TagClassName
{
border-color: #D45215;
}
</style>