Shades of Sorbus #DD713E
Tints of Sorbus #DD713E
RGB
CMYK
RGB Variations
Color information
#DD713E (or 0xDD713E) is known color: Sorbus. HEX triplet: DD, 71 and 3E. RGB value is (221,113,62). Sum of RGB (Red+Green+Blue) = 221+113+62=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD713E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD713E is #228EC1. Grayscale: #8B8B8B. Windows color (decimal): -2264770 or 4092381. OLE color: 4092381.
HSL color Cylindrical-coordinate representation of color #DD713E: hue angle of 19.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD713E is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 62 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.13 |
| HSL | 19.25º | 0.7% | 0.55% | - |
| HSV(B) | 19.25º | 0.72% | 0.87% | - |
| XYZ | 36.59 | 27.53 | 7.94 | - |
| YUV | 139.48 | 84.28 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 62 | 0 | 0.49 | 0.72 | 0.13 | 19.25 | 0.7 | 0.55 |
| Hex | DD | 71 | 3E | 0 | 31 | 48 | D | 13 | 46 | 37 |
| Octal | 335 | 161 | 76 | 0 | 61 | 110 | 15 | 23 | 106 | 67 |
| Binary | 11011101 | 1110001 | 111110 | 0 | 110001 | 1001000 | 1101 | 10011 | 1000110 | 110111 |
Color Harmonies of #DD713E
Complementary color
Monochromatic Colors of #DD713E
Black with #DD713E
Text Example
Text Example
White with #DD713E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD713E; }
p { color: rgb(221,113,62); }
H1.HeaderClassName
{
color: #DD713E;
}
.AnyTagClassName
{
color: #DD713E;
}
</style>
background-color css
<style>
a { background-color: #DD713E; }
a { background-color: rgb(221,113,62); }
div.DivClassName
{
background-color: #DD713E;
}
.BgClassName
{
background-color: #DD713E;
}
</style>
border-color css
<style>
span { border-color: #DD713E; }
span { border-color: rgb(221,113,62); }
td.TdClassName
{
border-color: #DD713E;
}
.TagClassName
{
border-color: #DD713E;
}
</style>