Shades of Sorbus #DE7334
Tints of Sorbus #DE7334
RGB
CMYK
RGB Variations
Color information
#DE7334 (or 0xDE7334) is known color: Sorbus. HEX triplet: DE, 73 and 34. RGB value is (222,115,52). Sum of RGB (Red+Green+Blue) = 222+115+52=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7334 is #218CCB. Grayscale: #8C8C8C. Windows color (decimal): -2198732 or 3437534. OLE color: 3437534.
HSL color Cylindrical-coordinate representation of color #DE7334: hue angle of 22.24º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE7334 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 115 | 52 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.13 |
| HSL | 22.24º | 0.72% | 0.54% | - |
| HSV(B) | 22.24º | 0.77% | 0.87% | - |
| XYZ | 36.87 | 28.04 | 6.72 | - |
| YUV | 139.81 | 78.45 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 115 | 52 | 0 | 0.48 | 0.77 | 0.13 | 22.24 | 0.72 | 0.54 |
| Hex | DE | 73 | 34 | 0 | 30 | 4D | D | 16 | 48 | 36 |
| Octal | 336 | 163 | 64 | 0 | 60 | 115 | 15 | 26 | 110 | 66 |
| Binary | 11011110 | 1110011 | 110100 | 0 | 110000 | 1001101 | 1101 | 10110 | 1001000 | 110110 |
Color Harmonies of #DE7334
Complementary color
Monochromatic Colors of #DE7334
Black with #DE7334
Text Example
Text Example
White with #DE7334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7334; }
p { color: rgb(222,115,52); }
H1.HeaderClassName
{
color: #DE7334;
}
.AnyTagClassName
{
color: #DE7334;
}
</style>
background-color css
<style>
a { background-color: #DE7334; }
a { background-color: rgb(222,115,52); }
div.DivClassName
{
background-color: #DE7334;
}
.BgClassName
{
background-color: #DE7334;
}
</style>
border-color css
<style>
span { border-color: #DE7334; }
span { border-color: rgb(222,115,52); }
td.TdClassName
{
border-color: #DE7334;
}
.TagClassName
{
border-color: #DE7334;
}
</style>