Shades of Sorbus #E55C28
Tints of Sorbus #E55C28
RGB
CMYK
RGB Variations
Color information
#E55C28 (or 0xE55C28) is known color: Sorbus. HEX triplet: E5, 5C and 28. RGB value is (229,92,40). Sum of RGB (Red+Green+Blue) = 229+92+40=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55C28 is #1AA3D7. Grayscale: #7F7F7F. Windows color (decimal): -1745880 or 2645221. OLE color: 2645221.
HSL color Cylindrical-coordinate representation of color #E55C28: hue angle of 16.51º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E55C28 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 40 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.10 |
| HSL | 16.51º | 0.78% | 0.53% | - |
| HSV(B) | 16.51º | 0.83% | 0.9% | - |
| XYZ | 36.52 | 24.47 | 4.8 | - |
| YUV | 127.04 | 78.89 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 40 | 0 | 0.60 | 0.83 | 0.10 | 16.51 | 0.78 | 0.53 |
| Hex | E5 | 5C | 28 | 0 | 3C | 53 | A | 11 | 4E | 35 |
| Octal | 345 | 134 | 50 | 0 | 74 | 123 | 12 | 21 | 116 | 65 |
| Binary | 11100101 | 1011100 | 101000 | 0 | 111100 | 1010011 | 1010 | 10001 | 1001110 | 110101 |
Color Harmonies of #E55C28
Complementary color
Monochromatic Colors of #E55C28
Black with #E55C28
Text Example
Text Example
White with #E55C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C28; }
p { color: rgb(229,92,40); }
H1.HeaderClassName
{
color: #E55C28;
}
.AnyTagClassName
{
color: #E55C28;
}
</style>
background-color css
<style>
a { background-color: #E55C28; }
a { background-color: rgb(229,92,40); }
div.DivClassName
{
background-color: #E55C28;
}
.BgClassName
{
background-color: #E55C28;
}
</style>
border-color css
<style>
span { border-color: #E55C28; }
span { border-color: rgb(229,92,40); }
td.TdClassName
{
border-color: #E55C28;
}
.TagClassName
{
border-color: #E55C28;
}
</style>