Shades of Sorbus #DD7137
Tints of Sorbus #DD7137
RGB
CMYK
RGB Variations
Color information
#DD7137 (or 0xDD7137) is known color: Sorbus. HEX triplet: DD, 71 and 37. RGB value is (221,113,55). Sum of RGB (Red+Green+Blue) = 221+113+55=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7137 is #228EC8. Grayscale: #8B8B8B. Windows color (decimal): -2264777 or 3633629. OLE color: 3633629.
HSL color Cylindrical-coordinate representation of color #DD7137: hue angle of 20.96º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD7137 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 55 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.13 |
| HSL | 20.96º | 0.71% | 0.54% | - |
| HSV(B) | 20.96º | 0.75% | 0.87% | - |
| XYZ | 36.41 | 27.46 | 7 | - |
| YUV | 138.68 | 80.78 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 55 | 0 | 0.49 | 0.75 | 0.13 | 20.96 | 0.71 | 0.54 |
| Hex | DD | 71 | 37 | 0 | 31 | 4B | D | 15 | 47 | 36 |
| Octal | 335 | 161 | 67 | 0 | 61 | 113 | 15 | 25 | 107 | 66 |
| Binary | 11011101 | 1110001 | 110111 | 0 | 110001 | 1001011 | 1101 | 10101 | 1000111 | 110110 |
Color Harmonies of #DD7137
Complementary color
Monochromatic Colors of #DD7137
Black with #DD7137
Text Example
Text Example
White with #DD7137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7137; }
p { color: rgb(221,113,55); }
H1.HeaderClassName
{
color: #DD7137;
}
.AnyTagClassName
{
color: #DD7137;
}
</style>
background-color css
<style>
a { background-color: #DD7137; }
a { background-color: rgb(221,113,55); }
div.DivClassName
{
background-color: #DD7137;
}
.BgClassName
{
background-color: #DD7137;
}
</style>
border-color css
<style>
span { border-color: #DD7137; }
span { border-color: rgb(221,113,55); }
td.TdClassName
{
border-color: #DD7137;
}
.TagClassName
{
border-color: #DD7137;
}
</style>