Shades of Sorbus #DF5F2E
Tints of Sorbus #DF5F2E
RGB
CMYK
RGB Variations
Color information
#DF5F2E (or 0xDF5F2E) is known color: Sorbus. HEX triplet: DF, 5F and 2E. RGB value is (223,95,46). Sum of RGB (Red+Green+Blue) = 223+95+46=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5F2E is #20A0D1. Grayscale: #808080. Windows color (decimal): -2138322 or 3039199. OLE color: 3039199.
HSL color Cylindrical-coordinate representation of color #DF5F2E: hue angle of 16.61º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF5F2E is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 46 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.13 |
| HSL | 16.61º | 0.73% | 0.53% | - |
| HSV(B) | 16.61º | 0.79% | 0.87% | - |
| XYZ | 35.02 | 24.07 | 5.39 | - |
| YUV | 127.69 | 81.91 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 46 | 0 | 0.57 | 0.79 | 0.13 | 16.61 | 0.73 | 0.53 |
| Hex | DF | 5F | 2E | 0 | 39 | 4F | D | 11 | 49 | 35 |
| Octal | 337 | 137 | 56 | 0 | 71 | 117 | 15 | 21 | 111 | 65 |
| Binary | 11011111 | 1011111 | 101110 | 0 | 111001 | 1001111 | 1101 | 10001 | 1001001 | 110101 |
Color Harmonies of #DF5F2E
Complementary color
Monochromatic Colors of #DF5F2E
Black with #DF5F2E
Text Example
Text Example
White with #DF5F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F2E; }
p { color: rgb(223,95,46); }
H1.HeaderClassName
{
color: #DF5F2E;
}
.AnyTagClassName
{
color: #DF5F2E;
}
</style>
background-color css
<style>
a { background-color: #DF5F2E; }
a { background-color: rgb(223,95,46); }
div.DivClassName
{
background-color: #DF5F2E;
}
.BgClassName
{
background-color: #DF5F2E;
}
</style>
border-color css
<style>
span { border-color: #DF5F2E; }
span { border-color: rgb(223,95,46); }
td.TdClassName
{
border-color: #DF5F2E;
}
.TagClassName
{
border-color: #DF5F2E;
}
</style>