Shades of Sorbus #DE643B
Tints of Sorbus #DE643B
RGB
CMYK
RGB Variations
Color information
#DE643B (or 0xDE643B) is known color: Sorbus. HEX triplet: DE, 64 and 3B. RGB value is (222,100,59). Sum of RGB (Red+Green+Blue) = 222+100+59=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE643B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE643B is #219BC4. Grayscale: #848484. Windows color (decimal): -2202565 or 3892446. OLE color: 3892446.
HSL color Cylindrical-coordinate representation of color #DE643B: hue angle of 15.09º 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 #DE643B is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 100 | 59 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.13 |
| HSL | 15.09º | 0.71% | 0.55% | - |
| HSV(B) | 15.09º | 0.73% | 0.87% | - |
| XYZ | 35.47 | 24.96 | 7.09 | - |
| YUV | 131.8 | 86.92 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 100 | 59 | 0 | 0.55 | 0.73 | 0.13 | 15.09 | 0.71 | 0.55 |
| Hex | DE | 64 | 3B | 0 | 37 | 49 | D | F | 47 | 37 |
| Octal | 336 | 144 | 73 | 0 | 67 | 111 | 15 | 17 | 107 | 67 |
| Binary | 11011110 | 1100100 | 111011 | 0 | 110111 | 1001001 | 1101 | 1111 | 1000111 | 110111 |
Color Harmonies of #DE643B
Complementary color
Monochromatic Colors of #DE643B
Black with #DE643B
Text Example
Text Example
White with #DE643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE643B; }
p { color: rgb(222,100,59); }
H1.HeaderClassName
{
color: #DE643B;
}
.AnyTagClassName
{
color: #DE643B;
}
</style>
background-color css
<style>
a { background-color: #DE643B; }
a { background-color: rgb(222,100,59); }
div.DivClassName
{
background-color: #DE643B;
}
.BgClassName
{
background-color: #DE643B;
}
</style>
border-color css
<style>
span { border-color: #DE643B; }
span { border-color: rgb(222,100,59); }
td.TdClassName
{
border-color: #DE643B;
}
.TagClassName
{
border-color: #DE643B;
}
</style>