Shades of Sorbus #DE633F
Tints of Sorbus #DE633F
RGB
CMYK
RGB Variations
Color information
#DE633F (or 0xDE633F) is known color: Sorbus. HEX triplet: DE, 63 and 3F. RGB value is (222,99,63). Sum of RGB (Red+Green+Blue) = 222+99+63=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE633F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE633F is #219CC0. Grayscale: #838383. Windows color (decimal): -2202817 or 4154334. OLE color: 4154334.
HSL color Cylindrical-coordinate representation of color #DE633F: hue angle of 13.58º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE633F is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 99 | 63 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.13 |
| HSL | 13.58º | 0.71% | 0.56% | - |
| HSV(B) | 13.58º | 0.72% | 0.87% | - |
| XYZ | 35.48 | 24.81 | 7.62 | - |
| YUV | 131.67 | 89.25 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 99 | 63 | 0 | 0.55 | 0.72 | 0.13 | 13.58 | 0.71 | 0.56 |
| Hex | DE | 63 | 3F | 0 | 37 | 48 | D | E | 47 | 38 |
| Octal | 336 | 143 | 77 | 0 | 67 | 110 | 15 | 16 | 107 | 70 |
| Binary | 11011110 | 1100011 | 111111 | 0 | 110111 | 1001000 | 1101 | 1110 | 1000111 | 111000 |
Color Harmonies of #DE633F
Complementary color
Monochromatic Colors of #DE633F
Black with #DE633F
Text Example
Text Example
White with #DE633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE633F; }
p { color: rgb(222,99,63); }
H1.HeaderClassName
{
color: #DE633F;
}
.AnyTagClassName
{
color: #DE633F;
}
</style>
background-color css
<style>
a { background-color: #DE633F; }
a { background-color: rgb(222,99,63); }
div.DivClassName
{
background-color: #DE633F;
}
.BgClassName
{
background-color: #DE633F;
}
</style>
border-color css
<style>
span { border-color: #DE633F; }
span { border-color: rgb(222,99,63); }
td.TdClassName
{
border-color: #DE633F;
}
.TagClassName
{
border-color: #DE633F;
}
</style>