Shades of Tenne (Tawny) #D55D0A
Tints of Tenne (Tawny) #D55D0A
RGB
CMYK
RGB Variations
Color information
#D55D0A (or 0xD55D0A) is known color: Tenne (Tawny). HEX triplet: D5, 5D and 0A. RGB value is (213,93,10). Sum of RGB (Red+Green+Blue) = 213+93+10=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55D0A is #2AA2F5. Grayscale: #777777. Windows color (decimal): -2794230 or 679381. OLE color: 679381.
HSL color Cylindrical-coordinate representation of color #D55D0A: hue angle of 24.53º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D55D0A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 10 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.16 |
| HSL | 24.53º | 0.91% | 0.44% | - |
| HSV(B) | 24.53º | 0.95% | 0.84% | - |
| XYZ | 31.41 | 22 | 2.88 | - |
| YUV | 119.42 | 66.26 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 10 | 0 | 0.56 | 0.95 | 0.16 | 24.53 | 0.91 | 0.44 |
| Hex | D5 | 5D | A | 0 | 38 | 5F | 10 | 19 | 5B | 2C |
| Octal | 325 | 135 | 12 | 0 | 70 | 137 | 20 | 31 | 133 | 54 |
| Binary | 11010101 | 1011101 | 1010 | 0 | 111000 | 1011111 | 10000 | 11001 | 1011011 | 101100 |
Color Harmonies of #D55D0A
Complementary color
Monochromatic Colors of #D55D0A
Black with #D55D0A
Text Example
Text Example
White with #D55D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55D0A; }
p { color: rgb(213,93,10); }
H1.HeaderClassName
{
color: #D55D0A;
}
.AnyTagClassName
{
color: #D55D0A;
}
</style>
background-color css
<style>
a { background-color: #D55D0A; }
a { background-color: rgb(213,93,10); }
div.DivClassName
{
background-color: #D55D0A;
}
.BgClassName
{
background-color: #D55D0A;
}
</style>
border-color css
<style>
span { border-color: #D55D0A; }
span { border-color: rgb(213,93,10); }
td.TdClassName
{
border-color: #D55D0A;
}
.TagClassName
{
border-color: #D55D0A;
}
</style>