Shades of Tenne (Tawny) #D55F0D
Tints of Tenne (Tawny) #D55F0D
RGB
CMYK
RGB Variations
Color information
#D55F0D (or 0xD55F0D) is known color: Tenne (Tawny). HEX triplet: D5, 5F and 0D. RGB value is (213,95,13). Sum of RGB (Red+Green+Blue) = 213+95+13=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55F0D is #2AA0F2. Grayscale: #797979. Windows color (decimal): -2793715 or 876501. OLE color: 876501.
HSL color Cylindrical-coordinate representation of color #D55F0D: hue angle of 24.6º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D55F0D is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 13 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.16 |
| HSL | 24.6º | 0.88% | 0.44% | - |
| HSV(B) | 24.6º | 0.94% | 0.84% | - |
| XYZ | 31.61 | 22.36 | 3.03 | - |
| YUV | 120.93 | 67.09 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 13 | 0 | 0.55 | 0.94 | 0.16 | 24.6 | 0.88 | 0.44 |
| Hex | D5 | 5F | D | 0 | 37 | 5E | 10 | 19 | 58 | 2C |
| Octal | 325 | 137 | 15 | 0 | 67 | 136 | 20 | 31 | 130 | 54 |
| Binary | 11010101 | 1011111 | 1101 | 0 | 110111 | 1011110 | 10000 | 11001 | 1011000 | 101100 |
Color Harmonies of #D55F0D
Complementary color
Monochromatic Colors of #D55F0D
Black with #D55F0D
Text Example
Text Example
White with #D55F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F0D; }
p { color: rgb(213,95,13); }
H1.HeaderClassName
{
color: #D55F0D;
}
.AnyTagClassName
{
color: #D55F0D;
}
</style>
background-color css
<style>
a { background-color: #D55F0D; }
a { background-color: rgb(213,95,13); }
div.DivClassName
{
background-color: #D55F0D;
}
.BgClassName
{
background-color: #D55F0D;
}
</style>
border-color css
<style>
span { border-color: #D55F0D; }
span { border-color: rgb(213,95,13); }
td.TdClassName
{
border-color: #D55F0D;
}
.TagClassName
{
border-color: #D55F0D;
}
</style>