Shades of Sorbus #DF7139
Tints of Sorbus #DF7139
RGB
CMYK
RGB Variations
Color information
#DF7139 (or 0xDF7139) is known color: Sorbus. HEX triplet: DF, 71 and 39. RGB value is (223,113,57). Sum of RGB (Red+Green+Blue) = 223+113+57=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7139 is #208EC6. Grayscale: #8B8B8B. Windows color (decimal): -2133703 or 3764703. OLE color: 3764703.
HSL color Cylindrical-coordinate representation of color #DF7139: hue angle of 20.24º degrees, saturation: 0.72, 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 #DF7139 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 57 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.13 |
| HSL | 20.24º | 0.72% | 0.55% | - |
| HSV(B) | 20.24º | 0.74% | 0.87% | - |
| XYZ | 37.08 | 27.79 | 7.28 | - |
| YUV | 139.51 | 81.44 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 57 | 0 | 0.49 | 0.74 | 0.13 | 20.24 | 0.72 | 0.55 |
| Hex | DF | 71 | 39 | 0 | 31 | 4A | D | 14 | 48 | 37 |
| Octal | 337 | 161 | 71 | 0 | 61 | 112 | 15 | 24 | 110 | 67 |
| Binary | 11011111 | 1110001 | 111001 | 0 | 110001 | 1001010 | 1101 | 10100 | 1001000 | 110111 |
Color Harmonies of #DF7139
Complementary color
Monochromatic Colors of #DF7139
Black with #DF7139
Text Example
Text Example
White with #DF7139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7139; }
p { color: rgb(223,113,57); }
H1.HeaderClassName
{
color: #DF7139;
}
.AnyTagClassName
{
color: #DF7139;
}
</style>
background-color css
<style>
a { background-color: #DF7139; }
a { background-color: rgb(223,113,57); }
div.DivClassName
{
background-color: #DF7139;
}
.BgClassName
{
background-color: #DF7139;
}
</style>
border-color css
<style>
span { border-color: #DF7139; }
span { border-color: rgb(223,113,57); }
td.TdClassName
{
border-color: #DF7139;
}
.TagClassName
{
border-color: #DF7139;
}
</style>