Shades of Sorbus #DE662F
Tints of Sorbus #DE662F
RGB
CMYK
RGB Variations
Color information
#DE662F (or 0xDE662F) is known color: Sorbus. HEX triplet: DE, 66 and 2F. RGB value is (222,102,47). Sum of RGB (Red+Green+Blue) = 222+102+47=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE662F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE662F is #2199D0. Grayscale: #838383. Windows color (decimal): -2202065 or 3106526. OLE color: 3106526.
HSL color Cylindrical-coordinate representation of color #DE662F: hue angle of 18.86º 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 #DE662F is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 47 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.13 |
| HSL | 18.86º | 0.73% | 0.53% | - |
| HSV(B) | 18.86º | 0.79% | 0.87% | - |
| XYZ | 35.39 | 25.24 | 5.7 | - |
| YUV | 131.61 | 80.26 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 47 | 0 | 0.54 | 0.79 | 0.13 | 18.86 | 0.73 | 0.53 |
| Hex | DE | 66 | 2F | 0 | 36 | 4F | D | 13 | 49 | 35 |
| Octal | 336 | 146 | 57 | 0 | 66 | 117 | 15 | 23 | 111 | 65 |
| Binary | 11011110 | 1100110 | 101111 | 0 | 110110 | 1001111 | 1101 | 10011 | 1001001 | 110101 |
Color Harmonies of #DE662F
Complementary color
Monochromatic Colors of #DE662F
Black with #DE662F
Text Example
Text Example
White with #DE662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE662F; }
p { color: rgb(222,102,47); }
H1.HeaderClassName
{
color: #DE662F;
}
.AnyTagClassName
{
color: #DE662F;
}
</style>
background-color css
<style>
a { background-color: #DE662F; }
a { background-color: rgb(222,102,47); }
div.DivClassName
{
background-color: #DE662F;
}
.BgClassName
{
background-color: #DE662F;
}
</style>
border-color css
<style>
span { border-color: #DE662F; }
span { border-color: rgb(222,102,47); }
td.TdClassName
{
border-color: #DE662F;
}
.TagClassName
{
border-color: #DE662F;
}
</style>