Shades of Sorbus #DD5F3C
Tints of Sorbus #DD5F3C
RGB
CMYK
RGB Variations
Color information
#DD5F3C (or 0xDD5F3C) is known color: Sorbus. HEX triplet: DD, 5F and 3C. RGB value is (221,95,60). Sum of RGB (Red+Green+Blue) = 221+95+60=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5F3C is #22A0C3. Grayscale: #808080. Windows color (decimal): -2269380 or 3956701. OLE color: 3956701.
HSL color Cylindrical-coordinate representation of color #DD5F3C: hue angle of 13.04º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD5F3C is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 60 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.13 |
| HSL | 13.04º | 0.7% | 0.55% | - |
| HSV(B) | 13.04º | 0.73% | 0.87% | - |
| XYZ | 34.73 | 23.88 | 7.05 | - |
| YUV | 128.68 | 89.24 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 60 | 0 | 0.57 | 0.73 | 0.13 | 13.04 | 0.7 | 0.55 |
| Hex | DD | 5F | 3C | 0 | 39 | 49 | D | D | 46 | 37 |
| Octal | 335 | 137 | 74 | 0 | 71 | 111 | 15 | 15 | 106 | 67 |
| Binary | 11011101 | 1011111 | 111100 | 0 | 111001 | 1001001 | 1101 | 1101 | 1000110 | 110111 |
Color Harmonies of #DD5F3C
Complementary color
Monochromatic Colors of #DD5F3C
Black with #DD5F3C
Text Example
Text Example
White with #DD5F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5F3C; }
p { color: rgb(221,95,60); }
H1.HeaderClassName
{
color: #DD5F3C;
}
.AnyTagClassName
{
color: #DD5F3C;
}
</style>
background-color css
<style>
a { background-color: #DD5F3C; }
a { background-color: rgb(221,95,60); }
div.DivClassName
{
background-color: #DD5F3C;
}
.BgClassName
{
background-color: #DD5F3C;
}
</style>
border-color css
<style>
span { border-color: #DD5F3C; }
span { border-color: rgb(221,95,60); }
td.TdClassName
{
border-color: #DD5F3C;
}
.TagClassName
{
border-color: #DD5F3C;
}
</style>