Shades of Sorbus #DD6140
Tints of Sorbus #DD6140
RGB
CMYK
RGB Variations
Color information
#DD6140 (or 0xDD6140) is known color: Sorbus. HEX triplet: DD, 61 and 40. RGB value is (221,97,64). Sum of RGB (Red+Green+Blue) = 221+97+64=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6140 is #229EBF. Grayscale: #828282. Windows color (decimal): -2268864 or 4219357. OLE color: 4219357.
HSL color Cylindrical-coordinate representation of color #DD6140: hue angle of 12.61º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD6140 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 64 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.13 |
| HSL | 12.61º | 0.7% | 0.56% | - |
| HSV(B) | 12.61º | 0.71% | 0.87% | - |
| XYZ | 35.02 | 24.29 | 7.69 | - |
| YUV | 130.31 | 90.58 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 64 | 0 | 0.56 | 0.71 | 0.13 | 12.61 | 0.7 | 0.56 |
| Hex | DD | 61 | 40 | 0 | 38 | 47 | D | D | 46 | 38 |
| Octal | 335 | 141 | 100 | 0 | 70 | 107 | 15 | 15 | 106 | 70 |
| Binary | 11011101 | 1100001 | 1000000 | 0 | 111000 | 1000111 | 1101 | 1101 | 1000110 | 111000 |
Color Harmonies of #DD6140
Complementary color
Monochromatic Colors of #DD6140
Black with #DD6140
Text Example
Text Example
White with #DD6140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6140; }
p { color: rgb(221,97,64); }
H1.HeaderClassName
{
color: #DD6140;
}
.AnyTagClassName
{
color: #DD6140;
}
</style>
background-color css
<style>
a { background-color: #DD6140; }
a { background-color: rgb(221,97,64); }
div.DivClassName
{
background-color: #DD6140;
}
.BgClassName
{
background-color: #DD6140;
}
</style>
border-color css
<style>
span { border-color: #DD6140; }
span { border-color: rgb(221,97,64); }
td.TdClassName
{
border-color: #DD6140;
}
.TagClassName
{
border-color: #DD6140;
}
</style>