Shades of Sorbus #DD7039
Tints of Sorbus #DD7039
RGB
CMYK
RGB Variations
Color information
#DD7039 (or 0xDD7039) is known color: Sorbus. HEX triplet: DD, 70 and 39. RGB value is (221,112,57). Sum of RGB (Red+Green+Blue) = 221+112+57=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 57 (22.66% from 255 or 14.62% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7039 is #228FC6. Grayscale: #8A8A8A. Windows color (decimal): -2265031 or 3764445. OLE color: 3764445.
HSL color Cylindrical-coordinate representation of color #DD7039: hue angle of 20.12º 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 #DD7039 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 57 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.13 |
| HSL | 20.12º | 0.71% | 0.55% | - |
| HSV(B) | 20.12º | 0.74% | 0.87% | - |
| XYZ | 36.35 | 27.26 | 7.22 | - |
| YUV | 138.32 | 82.11 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 57 | 0 | 0.49 | 0.74 | 0.13 | 20.12 | 0.71 | 0.55 |
| Hex | DD | 70 | 39 | 0 | 31 | 4A | D | 14 | 47 | 37 |
| Octal | 335 | 160 | 71 | 0 | 61 | 112 | 15 | 24 | 107 | 67 |
| Binary | 11011101 | 1110000 | 111001 | 0 | 110001 | 1001010 | 1101 | 10100 | 1000111 | 110111 |
Color Harmonies of #DD7039
Complementary color
Monochromatic Colors of #DD7039
Black with #DD7039
Text Example
Text Example
White with #DD7039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7039; }
p { color: rgb(221,112,57); }
H1.HeaderClassName
{
color: #DD7039;
}
.AnyTagClassName
{
color: #DD7039;
}
</style>
background-color css
<style>
a { background-color: #DD7039; }
a { background-color: rgb(221,112,57); }
div.DivClassName
{
background-color: #DD7039;
}
.BgClassName
{
background-color: #DD7039;
}
</style>
border-color css
<style>
span { border-color: #DD7039; }
span { border-color: rgb(221,112,57); }
td.TdClassName
{
border-color: #DD7039;
}
.TagClassName
{
border-color: #DD7039;
}
</style>