Shades of Tenne (Tawny) #D55B0C
Tints of Tenne (Tawny) #D55B0C
RGB
CMYK
RGB Variations
Color information
#D55B0C (or 0xD55B0C) is known color: Tenne (Tawny). HEX triplet: D5, 5B and 0C. RGB value is (213,91,12). Sum of RGB (Red+Green+Blue) = 213+91+12=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55B0C is #2AA4F3. Grayscale: #767676. Windows color (decimal): -2794740 or 809941. OLE color: 809941.
HSL color Cylindrical-coordinate representation of color #D55B0C: hue angle of 23.58º degrees, saturation: 0.89, 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 #D55B0C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 12 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.16 |
| HSL | 23.58º | 0.89% | 0.44% | - |
| HSV(B) | 23.58º | 0.94% | 0.84% | - |
| XYZ | 31.25 | 21.65 | 2.88 | - |
| YUV | 118.47 | 67.92 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 12 | 0 | 0.57 | 0.94 | 0.16 | 23.58 | 0.89 | 0.44 |
| Hex | D5 | 5B | C | 0 | 39 | 5E | 10 | 18 | 59 | 2C |
| Octal | 325 | 133 | 14 | 0 | 71 | 136 | 20 | 30 | 131 | 54 |
| Binary | 11010101 | 1011011 | 1100 | 0 | 111001 | 1011110 | 10000 | 11000 | 1011001 | 101100 |
Color Harmonies of #D55B0C
Complementary color
Monochromatic Colors of #D55B0C
Black with #D55B0C
Text Example
Text Example
White with #D55B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55B0C; }
p { color: rgb(213,91,12); }
H1.HeaderClassName
{
color: #D55B0C;
}
.AnyTagClassName
{
color: #D55B0C;
}
</style>
background-color css
<style>
a { background-color: #D55B0C; }
a { background-color: rgb(213,91,12); }
div.DivClassName
{
background-color: #D55B0C;
}
.BgClassName
{
background-color: #D55B0C;
}
</style>
border-color css
<style>
span { border-color: #D55B0C; }
span { border-color: rgb(213,91,12); }
td.TdClassName
{
border-color: #D55B0C;
}
.TagClassName
{
border-color: #D55B0C;
}
</style>