Shades of Sorbus #DE653C
Tints of Sorbus #DE653C
RGB
CMYK
RGB Variations
Color information
#DE653C (or 0xDE653C) is known color: Sorbus. HEX triplet: DE, 65 and 3C. RGB value is (222,101,60). Sum of RGB (Red+Green+Blue) = 222+101+60=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE653C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE653C is #219AC3. Grayscale: #848484. Windows color (decimal): -2202308 or 3958238. OLE color: 3958238.
HSL color Cylindrical-coordinate representation of color #DE653C: hue angle of 15.19º degrees, saturation: 0.71, 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 #DE653C is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 101 | 60 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.13 |
| HSL | 15.19º | 0.71% | 0.55% | - |
| HSV(B) | 15.19º | 0.73% | 0.87% | - |
| XYZ | 35.59 | 25.16 | 7.26 | - |
| YUV | 132.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 101 | 60 | 0 | 0.55 | 0.73 | 0.13 | 15.19 | 0.71 | 0.55 |
| Hex | DE | 65 | 3C | 0 | 37 | 49 | D | F | 47 | 37 |
| Octal | 336 | 145 | 74 | 0 | 67 | 111 | 15 | 17 | 107 | 67 |
| Binary | 11011110 | 1100101 | 111100 | 0 | 110111 | 1001001 | 1101 | 1111 | 1000111 | 110111 |
Color Harmonies of #DE653C
Complementary color
Monochromatic Colors of #DE653C
Black with #DE653C
Text Example
Text Example
White with #DE653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE653C; }
p { color: rgb(222,101,60); }
H1.HeaderClassName
{
color: #DE653C;
}
.AnyTagClassName
{
color: #DE653C;
}
</style>
background-color css
<style>
a { background-color: #DE653C; }
a { background-color: rgb(222,101,60); }
div.DivClassName
{
background-color: #DE653C;
}
.BgClassName
{
background-color: #DE653C;
}
</style>
border-color css
<style>
span { border-color: #DE653C; }
span { border-color: rgb(222,101,60); }
td.TdClassName
{
border-color: #DE653C;
}
.TagClassName
{
border-color: #DE653C;
}
</style>