Shades of Sorbus #DD7139
Tints of Sorbus #DD7139
RGB
CMYK
RGB Variations
Color information
#DD7139 (or 0xDD7139) is known color: Sorbus. HEX triplet: DD, 71 and 39. RGB value is (221,113,57). Sum of RGB (Red+Green+Blue) = 221+113+57=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 57 (22.66% from 255 or 14.58% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7139 is #228EC6. Grayscale: #8B8B8B. Windows color (decimal): -2264775 or 3764701. OLE color: 3764701.
HSL color Cylindrical-coordinate representation of color #DD7139: hue angle of 20.49º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD7139 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 57 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.13 |
| HSL | 20.49º | 0.71% | 0.55% | - |
| HSV(B) | 20.49º | 0.74% | 0.87% | - |
| XYZ | 36.46 | 27.48 | 7.25 | - |
| YUV | 138.91 | 81.78 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 57 | 0 | 0.49 | 0.74 | 0.13 | 20.49 | 0.71 | 0.55 |
| Hex | DD | 71 | 39 | 0 | 31 | 4A | D | 14 | 47 | 37 |
| Octal | 335 | 161 | 71 | 0 | 61 | 112 | 15 | 24 | 107 | 67 |
| Binary | 11011101 | 1110001 | 111001 | 0 | 110001 | 1001010 | 1101 | 10100 | 1000111 | 110111 |
Color Harmonies of #DD7139
Complementary color
Monochromatic Colors of #DD7139
Black with #DD7139
Text Example
Text Example
White with #DD7139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7139; }
p { color: rgb(221,113,57); }
H1.HeaderClassName
{
color: #DD7139;
}
.AnyTagClassName
{
color: #DD7139;
}
</style>
background-color css
<style>
a { background-color: #DD7139; }
a { background-color: rgb(221,113,57); }
div.DivClassName
{
background-color: #DD7139;
}
.BgClassName
{
background-color: #DD7139;
}
</style>
border-color css
<style>
span { border-color: #DD7139; }
span { border-color: rgb(221,113,57); }
td.TdClassName
{
border-color: #DD7139;
}
.TagClassName
{
border-color: #DD7139;
}
</style>