Shades of Tenne (Tawny) #D54405
Tints of Tenne (Tawny) #D54405
RGB
CMYK
RGB Variations
Color information
#D54405 (or 0xD54405) is known color: Tenne (Tawny). HEX triplet: D5, 44 and 05. RGB value is (213,68,5). Sum of RGB (Red+Green+Blue) = 213+68+5=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D54405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54405 is #2ABBFA. Grayscale: #686868. Windows color (decimal): -2800635 or 345301. OLE color: 345301.
HSL color Cylindrical-coordinate representation of color #D54405: hue angle of 18.17º 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 #D54405 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 5 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.16 |
| HSL | 18.17º | 0.95% | 0.43% | - |
| HSV(B) | 18.17º | 0.98% | 0.84% | - |
| XYZ | 29.54 | 18.29 | 2.12 | - |
| YUV | 104.17 | 72.04 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 5 | 0 | 0.68 | 0.98 | 0.16 | 18.17 | 0.95 | 0.43 |
| Hex | D5 | 44 | 5 | 0 | 44 | 62 | 10 | 12 | 5F | 2B |
| Octal | 325 | 104 | 5 | 0 | 104 | 142 | 20 | 22 | 137 | 53 |
| Binary | 11010101 | 1000100 | 101 | 0 | 1000100 | 1100010 | 10000 | 10010 | 1011111 | 101011 |
Color Harmonies of #D54405
Complementary color
Monochromatic Colors of #D54405
Black with #D54405
Text Example
Text Example
White with #D54405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54405; }
p { color: rgb(213,68,5); }
H1.HeaderClassName
{
color: #D54405;
}
.AnyTagClassName
{
color: #D54405;
}
</style>
background-color css
<style>
a { background-color: #D54405; }
a { background-color: rgb(213,68,5); }
div.DivClassName
{
background-color: #D54405;
}
.BgClassName
{
background-color: #D54405;
}
</style>
border-color css
<style>
span { border-color: #D54405; }
span { border-color: rgb(213,68,5); }
td.TdClassName
{
border-color: #D54405;
}
.TagClassName
{
border-color: #D54405;
}
</style>