Shades of Sorbus #DD7037
Tints of Sorbus #DD7037
RGB
CMYK
RGB Variations
Color information
#DD7037 (or 0xDD7037) is known color: Sorbus. HEX triplet: DD, 70 and 37. RGB value is (221,112,55). Sum of RGB (Red+Green+Blue) = 221+112+55=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7037 is #228FC8. Grayscale: #8A8A8A. Windows color (decimal): -2265033 or 3633373. OLE color: 3633373.
HSL color Cylindrical-coordinate representation of color #DD7037: hue angle of 20.6º 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 #DD7037 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 55 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.13 |
| HSL | 20.6º | 0.71% | 0.54% | - |
| HSV(B) | 20.6º | 0.75% | 0.87% | - |
| XYZ | 36.3 | 27.24 | 6.96 | - |
| YUV | 138.09 | 81.11 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 55 | 0 | 0.49 | 0.75 | 0.13 | 20.6 | 0.71 | 0.54 |
| Hex | DD | 70 | 37 | 0 | 31 | 4B | D | 15 | 47 | 36 |
| Octal | 335 | 160 | 67 | 0 | 61 | 113 | 15 | 25 | 107 | 66 |
| Binary | 11011101 | 1110000 | 110111 | 0 | 110001 | 1001011 | 1101 | 10101 | 1000111 | 110110 |
Color Harmonies of #DD7037
Complementary color
Monochromatic Colors of #DD7037
Black with #DD7037
Text Example
Text Example
White with #DD7037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7037; }
p { color: rgb(221,112,55); }
H1.HeaderClassName
{
color: #DD7037;
}
.AnyTagClassName
{
color: #DD7037;
}
</style>
background-color css
<style>
a { background-color: #DD7037; }
a { background-color: rgb(221,112,55); }
div.DivClassName
{
background-color: #DD7037;
}
.BgClassName
{
background-color: #DD7037;
}
</style>
border-color css
<style>
span { border-color: #DD7037; }
span { border-color: rgb(221,112,55); }
td.TdClassName
{
border-color: #DD7037;
}
.TagClassName
{
border-color: #DD7037;
}
</style>