Shades of Tenne (Tawny) #D5540F
Tints of Tenne (Tawny) #D5540F
RGB
CMYK
RGB Variations
Color information
#D5540F (or 0xD5540F) is known color: Tenne (Tawny). HEX triplet: D5, 54 and 0F. RGB value is (213,84,15). Sum of RGB (Red+Green+Blue) = 213+84+15=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D5540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5540F is #2AABF0. Grayscale: #737373. Windows color (decimal): -2796529 or 1004757. OLE color: 1004757.
HSL color Cylindrical-coordinate representation of color #D5540F: hue angle of 20.91º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5540F is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 15 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.16 |
| HSL | 20.91º | 0.87% | 0.45% | - |
| HSV(B) | 20.91º | 0.93% | 0.84% | - |
| XYZ | 30.7 | 20.52 | 2.8 | - |
| YUV | 114.71 | 71.74 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 15 | 0 | 0.61 | 0.93 | 0.16 | 20.91 | 0.87 | 0.45 |
| Hex | D5 | 54 | F | 0 | 3D | 5D | 10 | 15 | 57 | 2D |
| Octal | 325 | 124 | 17 | 0 | 75 | 135 | 20 | 25 | 127 | 55 |
| Binary | 11010101 | 1010100 | 1111 | 0 | 111101 | 1011101 | 10000 | 10101 | 1010111 | 101101 |
Color Harmonies of #D5540F
Complementary color
Monochromatic Colors of #D5540F
Black with #D5540F
Text Example
Text Example
White with #D5540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5540F; }
p { color: rgb(213,84,15); }
H1.HeaderClassName
{
color: #D5540F;
}
.AnyTagClassName
{
color: #D5540F;
}
</style>
background-color css
<style>
a { background-color: #D5540F; }
a { background-color: rgb(213,84,15); }
div.DivClassName
{
background-color: #D5540F;
}
.BgClassName
{
background-color: #D5540F;
}
</style>
border-color css
<style>
span { border-color: #D5540F; }
span { border-color: rgb(213,84,15); }
td.TdClassName
{
border-color: #D5540F;
}
.TagClassName
{
border-color: #D5540F;
}
</style>