Shades of Sorbus #E15D35
Tints of Sorbus #E15D35
RGB
CMYK
RGB Variations
Color information
#E15D35 (or 0xE15D35) is known color: Sorbus. HEX triplet: E1, 5D and 35. RGB value is (225,93,53). Sum of RGB (Red+Green+Blue) = 225+93+53=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15D35 is #1EA2CA. Grayscale: #808080. Windows color (decimal): -2007755 or 3497441. OLE color: 3497441.
HSL color Cylindrical-coordinate representation of color #E15D35: hue angle of 13.95º 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 #E15D35 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 53 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.12 |
| HSL | 13.95º | 0.74% | 0.55% | - |
| HSV(B) | 13.95º | 0.76% | 0.88% | - |
| XYZ | 35.61 | 24.09 | 6.14 | - |
| YUV | 127.91 | 85.73 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 53 | 0 | 0.59 | 0.76 | 0.12 | 13.95 | 0.74 | 0.55 |
| Hex | E1 | 5D | 35 | 0 | 3B | 4C | C | E | 4A | 37 |
| Octal | 341 | 135 | 65 | 0 | 73 | 114 | 14 | 16 | 112 | 67 |
| Binary | 11100001 | 1011101 | 110101 | 0 | 111011 | 1001100 | 1100 | 1110 | 1001010 | 110111 |
Color Harmonies of #E15D35
Complementary color
Monochromatic Colors of #E15D35
Black with #E15D35
Text Example
Text Example
White with #E15D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D35; }
p { color: rgb(225,93,53); }
H1.HeaderClassName
{
color: #E15D35;
}
.AnyTagClassName
{
color: #E15D35;
}
</style>
background-color css
<style>
a { background-color: #E15D35; }
a { background-color: rgb(225,93,53); }
div.DivClassName
{
background-color: #E15D35;
}
.BgClassName
{
background-color: #E15D35;
}
</style>
border-color css
<style>
span { border-color: #E15D35; }
span { border-color: rgb(225,93,53); }
td.TdClassName
{
border-color: #E15D35;
}
.TagClassName
{
border-color: #E15D35;
}
</style>