Shades of Sorbus #E15C34
Tints of Sorbus #E15C34
RGB
CMYK
RGB Variations
Color information
#E15C34 (or 0xE15C34) is known color: Sorbus. HEX triplet: E1, 5C and 34. RGB value is (225,92,52). Sum of RGB (Red+Green+Blue) = 225+92+52=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15C34 is #1EA3CB. Grayscale: #7F7F7F. Windows color (decimal): -2008012 or 3431649. OLE color: 3431649.
HSL color Cylindrical-coordinate representation of color #E15C34: hue angle of 13.87º 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 #E15C34 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 52 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.12 |
| HSL | 13.87º | 0.74% | 0.54% | - |
| HSV(B) | 13.87º | 0.77% | 0.88% | - |
| XYZ | 35.5 | 23.91 | 5.99 | - |
| YUV | 127.21 | 85.56 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 52 | 0 | 0.59 | 0.77 | 0.12 | 13.87 | 0.74 | 0.54 |
| Hex | E1 | 5C | 34 | 0 | 3B | 4D | C | E | 4A | 36 |
| Octal | 341 | 134 | 64 | 0 | 73 | 115 | 14 | 16 | 112 | 66 |
| Binary | 11100001 | 1011100 | 110100 | 0 | 111011 | 1001101 | 1100 | 1110 | 1001010 | 110110 |
Color Harmonies of #E15C34
Complementary color
Monochromatic Colors of #E15C34
Black with #E15C34
Text Example
Text Example
White with #E15C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C34; }
p { color: rgb(225,92,52); }
H1.HeaderClassName
{
color: #E15C34;
}
.AnyTagClassName
{
color: #E15C34;
}
</style>
background-color css
<style>
a { background-color: #E15C34; }
a { background-color: rgb(225,92,52); }
div.DivClassName
{
background-color: #E15C34;
}
.BgClassName
{
background-color: #E15C34;
}
</style>
border-color css
<style>
span { border-color: #E15C34; }
span { border-color: rgb(225,92,52); }
td.TdClassName
{
border-color: #E15C34;
}
.TagClassName
{
border-color: #E15C34;
}
</style>