Shades of Sorbus #E16135
Tints of Sorbus #E16135
RGB
CMYK
RGB Variations
Color information
#E16135 (or 0xE16135) is known color: Sorbus. HEX triplet: E1, 61 and 35. RGB value is (225,97,53). Sum of RGB (Red+Green+Blue) = 225+97+53=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E16135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16135 is #1E9ECA. Grayscale: #828282. Windows color (decimal): -2006731 or 3498465. OLE color: 3498465.
HSL color Cylindrical-coordinate representation of color #E16135: hue angle of 15.35º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E16135 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 53 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.12 |
| HSL | 15.35º | 0.74% | 0.55% | - |
| HSV(B) | 15.35º | 0.76% | 0.88% | - |
| XYZ | 35.97 | 24.81 | 6.26 | - |
| YUV | 130.26 | 84.41 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 53 | 0 | 0.57 | 0.76 | 0.12 | 15.35 | 0.74 | 0.55 |
| Hex | E1 | 61 | 35 | 0 | 39 | 4C | C | F | 4A | 37 |
| Octal | 341 | 141 | 65 | 0 | 71 | 114 | 14 | 17 | 112 | 67 |
| Binary | 11100001 | 1100001 | 110101 | 0 | 111001 | 1001100 | 1100 | 1111 | 1001010 | 110111 |
Color Harmonies of #E16135
Complementary color
Monochromatic Colors of #E16135
Black with #E16135
Text Example
Text Example
White with #E16135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16135; }
p { color: rgb(225,97,53); }
H1.HeaderClassName
{
color: #E16135;
}
.AnyTagClassName
{
color: #E16135;
}
</style>
background-color css
<style>
a { background-color: #E16135; }
a { background-color: rgb(225,97,53); }
div.DivClassName
{
background-color: #E16135;
}
.BgClassName
{
background-color: #E16135;
}
</style>
border-color css
<style>
span { border-color: #E16135; }
span { border-color: rgb(225,97,53); }
td.TdClassName
{
border-color: #E16135;
}
.TagClassName
{
border-color: #E16135;
}
</style>