Shades of Tenne (Tawny) #D55405
Tints of Tenne (Tawny) #D55405
RGB
CMYK
RGB Variations
Color information
#D55405 (or 0xD55405) is known color: Tenne (Tawny). HEX triplet: D5, 54 and 05. RGB value is (213,84,5). Sum of RGB (Red+Green+Blue) = 213+84+5=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D55405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55405 is #2AABFA. Grayscale: #727272. Windows color (decimal): -2796539 or 349397. OLE color: 349397.
HSL color Cylindrical-coordinate representation of color #D55405: hue angle of 22.79º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D55405 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 5 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.16 |
| HSL | 22.79º | 0.95% | 0.43% | - |
| HSV(B) | 22.79º | 0.98% | 0.84% | - |
| XYZ | 30.64 | 20.5 | 2.49 | - |
| YUV | 113.57 | 66.74 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 5 | 0 | 0.61 | 0.98 | 0.16 | 22.79 | 0.95 | 0.43 |
| Hex | D5 | 54 | 5 | 0 | 3D | 62 | 10 | 17 | 5F | 2B |
| Octal | 325 | 124 | 5 | 0 | 75 | 142 | 20 | 27 | 137 | 53 |
| Binary | 11010101 | 1010100 | 101 | 0 | 111101 | 1100010 | 10000 | 10111 | 1011111 | 101011 |
Color Harmonies of #D55405
Complementary color
Monochromatic Colors of #D55405
Black with #D55405
Text Example
Text Example
White with #D55405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55405; }
p { color: rgb(213,84,5); }
H1.HeaderClassName
{
color: #D55405;
}
.AnyTagClassName
{
color: #D55405;
}
</style>
background-color css
<style>
a { background-color: #D55405; }
a { background-color: rgb(213,84,5); }
div.DivClassName
{
background-color: #D55405;
}
.BgClassName
{
background-color: #D55405;
}
</style>
border-color css
<style>
span { border-color: #D55405; }
span { border-color: rgb(213,84,5); }
td.TdClassName
{
border-color: #D55405;
}
.TagClassName
{
border-color: #D55405;
}
</style>