Shades of Tenne (Tawny) #D5580F
Tints of Tenne (Tawny) #D5580F
RGB
CMYK
RGB Variations
Color information
#D5580F (or 0xD5580F) is known color: Tenne (Tawny). HEX triplet: D5, 58 and 0F. RGB value is (213,88,15). Sum of RGB (Red+Green+Blue) = 213+88+15=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D5580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5580F is #2AA7F0. Grayscale: #757575. Windows color (decimal): -2795505 or 1005781. OLE color: 1005781.
HSL color Cylindrical-coordinate representation of color #D5580F: hue angle of 22.12º 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 #D5580F is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 15 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.16 |
| HSL | 22.12º | 0.87% | 0.45% | - |
| HSV(B) | 22.12º | 0.93% | 0.84% | - |
| XYZ | 31.02 | 21.16 | 2.9 | - |
| YUV | 117.05 | 70.41 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 15 | 0 | 0.59 | 0.93 | 0.16 | 22.12 | 0.87 | 0.45 |
| Hex | D5 | 58 | F | 0 | 3B | 5D | 10 | 16 | 57 | 2D |
| Octal | 325 | 130 | 17 | 0 | 73 | 135 | 20 | 26 | 127 | 55 |
| Binary | 11010101 | 1011000 | 1111 | 0 | 111011 | 1011101 | 10000 | 10110 | 1010111 | 101101 |
Color Harmonies of #D5580F
Complementary color
Monochromatic Colors of #D5580F
Black with #D5580F
Text Example
Text Example
White with #D5580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5580F; }
p { color: rgb(213,88,15); }
H1.HeaderClassName
{
color: #D5580F;
}
.AnyTagClassName
{
color: #D5580F;
}
</style>
background-color css
<style>
a { background-color: #D5580F; }
a { background-color: rgb(213,88,15); }
div.DivClassName
{
background-color: #D5580F;
}
.BgClassName
{
background-color: #D5580F;
}
</style>
border-color css
<style>
span { border-color: #D5580F; }
span { border-color: rgb(213,88,15); }
td.TdClassName
{
border-color: #D5580F;
}
.TagClassName
{
border-color: #D5580F;
}
</style>