Shades of Sorbus #E15D34
Tints of Sorbus #E15D34
RGB
CMYK
RGB Variations
Color information
#E15D34 (or 0xE15D34) is known color: Sorbus. HEX triplet: E1, 5D and 34. RGB value is (225,93,52). Sum of RGB (Red+Green+Blue) = 225+93+52=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15D34 is #1EA2CB. Grayscale: #808080. Windows color (decimal): -2007756 or 3431905. OLE color: 3431905.
HSL color Cylindrical-coordinate representation of color #E15D34: hue angle of 14.22º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E15D34 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 52 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.12 |
| HSL | 14.22º | 0.74% | 0.54% | - |
| HSV(B) | 14.22º | 0.77% | 0.88% | - |
| XYZ | 35.59 | 24.08 | 6.02 | - |
| YUV | 127.79 | 85.23 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 52 | 0 | 0.59 | 0.77 | 0.12 | 14.22 | 0.74 | 0.54 |
| Hex | E1 | 5D | 34 | 0 | 3B | 4D | C | E | 4A | 36 |
| Octal | 341 | 135 | 64 | 0 | 73 | 115 | 14 | 16 | 112 | 66 |
| Binary | 11100001 | 1011101 | 110100 | 0 | 111011 | 1001101 | 1100 | 1110 | 1001010 | 110110 |
Color Harmonies of #E15D34
Complementary color
Monochromatic Colors of #E15D34
Black with #E15D34
Text Example
Text Example
White with #E15D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D34; }
p { color: rgb(225,93,52); }
H1.HeaderClassName
{
color: #E15D34;
}
.AnyTagClassName
{
color: #E15D34;
}
</style>
background-color css
<style>
a { background-color: #E15D34; }
a { background-color: rgb(225,93,52); }
div.DivClassName
{
background-color: #E15D34;
}
.BgClassName
{
background-color: #E15D34;
}
</style>
border-color css
<style>
span { border-color: #E15D34; }
span { border-color: rgb(225,93,52); }
td.TdClassName
{
border-color: #E15D34;
}
.TagClassName
{
border-color: #E15D34;
}
</style>