Shades of Sorbus #DD7337
Tints of Sorbus #DD7337
RGB
CMYK
RGB Variations
Color information
#DD7337 (or 0xDD7337) is known color: Sorbus. HEX triplet: DD, 73 and 37. RGB value is (221,115,55). Sum of RGB (Red+Green+Blue) = 221+115+55=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7337 is #228CC8. Grayscale: #8C8C8C. Windows color (decimal): -2264265 or 3634141. OLE color: 3634141.
HSL color Cylindrical-coordinate representation of color #DD7337: hue angle of 21.69º 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 #DD7337 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 55 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.13 |
| HSL | 21.69º | 0.71% | 0.54% | - |
| HSV(B) | 21.69º | 0.75% | 0.87% | - |
| XYZ | 36.64 | 27.91 | 7.07 | - |
| YUV | 139.85 | 80.12 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 55 | 0 | 0.48 | 0.75 | 0.13 | 21.69 | 0.71 | 0.54 |
| Hex | DD | 73 | 37 | 0 | 30 | 4B | D | 16 | 47 | 36 |
| Octal | 335 | 163 | 67 | 0 | 60 | 113 | 15 | 26 | 107 | 66 |
| Binary | 11011101 | 1110011 | 110111 | 0 | 110000 | 1001011 | 1101 | 10110 | 1000111 | 110110 |
Color Harmonies of #DD7337
Complementary color
Monochromatic Colors of #DD7337
Black with #DD7337
Text Example
Text Example
White with #DD7337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7337; }
p { color: rgb(221,115,55); }
H1.HeaderClassName
{
color: #DD7337;
}
.AnyTagClassName
{
color: #DD7337;
}
</style>
background-color css
<style>
a { background-color: #DD7337; }
a { background-color: rgb(221,115,55); }
div.DivClassName
{
background-color: #DD7337;
}
.BgClassName
{
background-color: #DD7337;
}
</style>
border-color css
<style>
span { border-color: #DD7337; }
span { border-color: rgb(221,115,55); }
td.TdClassName
{
border-color: #DD7337;
}
.TagClassName
{
border-color: #DD7337;
}
</style>