Shades of Sorbus #DE5E3E
Tints of Sorbus #DE5E3E
RGB
CMYK
RGB Variations
Color information
#DE5E3E (or 0xDE5E3E) is known color: Sorbus. HEX triplet: DE, 5E and 3E. RGB value is (222,94,62). Sum of RGB (Red+Green+Blue) = 222+94+62=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5E3E is #21A1C1. Grayscale: #808080. Windows color (decimal): -2204098 or 4087518. OLE color: 4087518.
HSL color Cylindrical-coordinate representation of color #DE5E3E: hue angle of 12º 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 #DE5E3E is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 94 | 62 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.13 |
| HSL | 12º | 0.71% | 0.56% | - |
| HSV(B) | 12º | 0.72% | 0.87% | - |
| XYZ | 35 | 23.88 | 7.32 | - |
| YUV | 128.62 | 90.41 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 94 | 62 | 0 | 0.58 | 0.72 | 0.13 | 12 | 0.71 | 0.56 |
| Hex | DE | 5E | 3E | 0 | 3A | 48 | D | C | 47 | 38 |
| Octal | 336 | 136 | 76 | 0 | 72 | 110 | 15 | 14 | 107 | 70 |
| Binary | 11011110 | 1011110 | 111110 | 0 | 111010 | 1001000 | 1101 | 1100 | 1000111 | 111000 |
Color Harmonies of #DE5E3E
Complementary color
Monochromatic Colors of #DE5E3E
Black with #DE5E3E
Text Example
Text Example
White with #DE5E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5E3E; }
p { color: rgb(222,94,62); }
H1.HeaderClassName
{
color: #DE5E3E;
}
.AnyTagClassName
{
color: #DE5E3E;
}
</style>
background-color css
<style>
a { background-color: #DE5E3E; }
a { background-color: rgb(222,94,62); }
div.DivClassName
{
background-color: #DE5E3E;
}
.BgClassName
{
background-color: #DE5E3E;
}
</style>
border-color css
<style>
span { border-color: #DE5E3E; }
span { border-color: rgb(222,94,62); }
td.TdClassName
{
border-color: #DE5E3E;
}
.TagClassName
{
border-color: #DE5E3E;
}
</style>