Shades of Sorbus #E15D32
Tints of Sorbus #E15D32
RGB
CMYK
RGB Variations
Color information
#E15D32 (or 0xE15D32) is known color: Sorbus. HEX triplet: E1, 5D and 32. RGB value is (225,93,50). Sum of RGB (Red+Green+Blue) = 225+93+50=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15D32 is #1EA2CD. Grayscale: #7F7F7F. Windows color (decimal): -2007758 or 3300833. OLE color: 3300833.
HSL color Cylindrical-coordinate representation of color #E15D32: hue angle of 14.74º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E15D32 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 50 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.12 |
| HSL | 14.74º | 0.74% | 0.54% | - |
| HSV(B) | 14.74º | 0.78% | 0.88% | - |
| XYZ | 35.54 | 24.07 | 5.79 | - |
| YUV | 127.57 | 84.23 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 50 | 0 | 0.59 | 0.78 | 0.12 | 14.74 | 0.74 | 0.54 |
| Hex | E1 | 5D | 32 | 0 | 3B | 4E | C | F | 4A | 36 |
| Octal | 341 | 135 | 62 | 0 | 73 | 116 | 14 | 17 | 112 | 66 |
| Binary | 11100001 | 1011101 | 110010 | 0 | 111011 | 1001110 | 1100 | 1111 | 1001010 | 110110 |
Color Harmonies of #E15D32
Complementary color
Monochromatic Colors of #E15D32
Black with #E15D32
Text Example
Text Example
White with #E15D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D32; }
p { color: rgb(225,93,50); }
H1.HeaderClassName
{
color: #E15D32;
}
.AnyTagClassName
{
color: #E15D32;
}
</style>
background-color css
<style>
a { background-color: #E15D32; }
a { background-color: rgb(225,93,50); }
div.DivClassName
{
background-color: #E15D32;
}
.BgClassName
{
background-color: #E15D32;
}
</style>
border-color css
<style>
span { border-color: #E15D32; }
span { border-color: rgb(225,93,50); }
td.TdClassName
{
border-color: #E15D32;
}
.TagClassName
{
border-color: #E15D32;
}
</style>