Shades of Sorbus #DD5F3E
Tints of Sorbus #DD5F3E
RGB
CMYK
RGB Variations
Color information
#DD5F3E (or 0xDD5F3E) is known color: Sorbus. HEX triplet: DD, 5F and 3E. RGB value is (221,95,62). Sum of RGB (Red+Green+Blue) = 221+95+62=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5F3E is #22A0C1. Grayscale: #818181. Windows color (decimal): -2269378 or 4087773. OLE color: 4087773.
HSL color Cylindrical-coordinate representation of color #DD5F3E: hue angle of 12.45º 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 #DD5F3E is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 62 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.13 |
| HSL | 12.45º | 0.7% | 0.55% | - |
| HSV(B) | 12.45º | 0.72% | 0.87% | - |
| XYZ | 34.78 | 23.9 | 7.34 | - |
| YUV | 128.91 | 90.24 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 62 | 0 | 0.57 | 0.72 | 0.13 | 12.45 | 0.7 | 0.55 |
| Hex | DD | 5F | 3E | 0 | 39 | 48 | D | C | 46 | 37 |
| Octal | 335 | 137 | 76 | 0 | 71 | 110 | 15 | 14 | 106 | 67 |
| Binary | 11011101 | 1011111 | 111110 | 0 | 111001 | 1001000 | 1101 | 1100 | 1000110 | 110111 |
Color Harmonies of #DD5F3E
Complementary color
Monochromatic Colors of #DD5F3E
Black with #DD5F3E
Text Example
Text Example
White with #DD5F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5F3E; }
p { color: rgb(221,95,62); }
H1.HeaderClassName
{
color: #DD5F3E;
}
.AnyTagClassName
{
color: #DD5F3E;
}
</style>
background-color css
<style>
a { background-color: #DD5F3E; }
a { background-color: rgb(221,95,62); }
div.DivClassName
{
background-color: #DD5F3E;
}
.BgClassName
{
background-color: #DD5F3E;
}
</style>
border-color css
<style>
span { border-color: #DD5F3E; }
span { border-color: rgb(221,95,62); }
td.TdClassName
{
border-color: #DD5F3E;
}
.TagClassName
{
border-color: #DD5F3E;
}
</style>