Shades of Sorbus #DE623C
Tints of Sorbus #DE623C
RGB
CMYK
RGB Variations
Color information
#DE623C (or 0xDE623C) is known color: Sorbus. HEX triplet: DE, 62 and 3C. RGB value is (222,98,60). Sum of RGB (Red+Green+Blue) = 222+98+60=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE623C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE623C is #219DC3. Grayscale: #838383. Windows color (decimal): -2203076 or 3957470. OLE color: 3957470.
HSL color Cylindrical-coordinate representation of color #DE623C: hue angle of 14.07º 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 #DE623C is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 98 | 60 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.13 |
| HSL | 14.07º | 0.71% | 0.55% | - |
| HSV(B) | 14.07º | 0.73% | 0.87% | - |
| XYZ | 35.31 | 24.59 | 7.16 | - |
| YUV | 130.74 | 88.08 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 98 | 60 | 0 | 0.56 | 0.73 | 0.13 | 14.07 | 0.71 | 0.55 |
| Hex | DE | 62 | 3C | 0 | 38 | 49 | D | E | 47 | 37 |
| Octal | 336 | 142 | 74 | 0 | 70 | 111 | 15 | 16 | 107 | 67 |
| Binary | 11011110 | 1100010 | 111100 | 0 | 111000 | 1001001 | 1101 | 1110 | 1000111 | 110111 |
Color Harmonies of #DE623C
Complementary color
Monochromatic Colors of #DE623C
Black with #DE623C
Text Example
Text Example
White with #DE623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE623C; }
p { color: rgb(222,98,60); }
H1.HeaderClassName
{
color: #DE623C;
}
.AnyTagClassName
{
color: #DE623C;
}
</style>
background-color css
<style>
a { background-color: #DE623C; }
a { background-color: rgb(222,98,60); }
div.DivClassName
{
background-color: #DE623C;
}
.BgClassName
{
background-color: #DE623C;
}
</style>
border-color css
<style>
span { border-color: #DE623C; }
span { border-color: rgb(222,98,60); }
td.TdClassName
{
border-color: #DE623C;
}
.TagClassName
{
border-color: #DE623C;
}
</style>