Shades of Tenne (Tawny) #D54D15
Tints of Tenne (Tawny) #D54D15
RGB
CMYK
RGB Variations
Color information
#D54D15 (or 0xD54D15) is known color: Tenne (Tawny). HEX triplet: D5, 4D and 15. RGB value is (213,77,21). Sum of RGB (Red+Green+Blue) = 213+77+21=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D54D15 is #2AB2EA. Grayscale: #6F6F6F. Windows color (decimal): -2798315 or 1396181. OLE color: 1396181.
HSL color Cylindrical-coordinate representation of color #D54D15: hue angle of 17.5º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D54D15 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 21 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.16 |
| HSL | 17.5º | 0.82% | 0.46% | - |
| HSV(B) | 17.5º | 0.9% | 0.84% | - |
| XYZ | 30.23 | 19.51 | 2.88 | - |
| YUV | 111.28 | 77.06 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 21 | 0 | 0.64 | 0.90 | 0.16 | 17.5 | 0.82 | 0.46 |
| Hex | D5 | 4D | 15 | 0 | 40 | 5A | 10 | 12 | 52 | 2E |
| Octal | 325 | 115 | 25 | 0 | 100 | 132 | 20 | 22 | 122 | 56 |
| Binary | 11010101 | 1001101 | 10101 | 0 | 1000000 | 1011010 | 10000 | 10010 | 1010010 | 101110 |
Color Harmonies of #D54D15
Complementary color
Monochromatic Colors of #D54D15
Black with #D54D15
Text Example
Text Example
White with #D54D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D15; }
p { color: rgb(213,77,21); }
H1.HeaderClassName
{
color: #D54D15;
}
.AnyTagClassName
{
color: #D54D15;
}
</style>
background-color css
<style>
a { background-color: #D54D15; }
a { background-color: rgb(213,77,21); }
div.DivClassName
{
background-color: #D54D15;
}
.BgClassName
{
background-color: #D54D15;
}
</style>
border-color css
<style>
span { border-color: #D54D15; }
span { border-color: rgb(213,77,21); }
td.TdClassName
{
border-color: #D54D15;
}
.TagClassName
{
border-color: #D54D15;
}
</style>