Shades of Sorbus #E55D31
Tints of Sorbus #E55D31
RGB
CMYK
RGB Variations
Color information
#E55D31 (or 0xE55D31) is known color: Sorbus. HEX triplet: E5, 5D and 31. RGB value is (229,93,49). Sum of RGB (Red+Green+Blue) = 229+93+49=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55D31 is #1AA2CE. Grayscale: #808080. Windows color (decimal): -1745615 or 3235301. OLE color: 3235301.
HSL color Cylindrical-coordinate representation of color #E55D31: hue angle of 14.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E55D31 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 49 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.10 |
| HSL | 14.67º | 0.78% | 0.55% | - |
| HSV(B) | 14.67º | 0.79% | 0.9% | - |
| XYZ | 36.78 | 24.71 | 5.74 | - |
| YUV | 128.65 | 83.06 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 49 | 0 | 0.59 | 0.79 | 0.10 | 14.67 | 0.78 | 0.55 |
| Hex | E5 | 5D | 31 | 0 | 3B | 4F | A | F | 4E | 37 |
| Octal | 345 | 135 | 61 | 0 | 73 | 117 | 12 | 17 | 116 | 67 |
| Binary | 11100101 | 1011101 | 110001 | 0 | 111011 | 1001111 | 1010 | 1111 | 1001110 | 110111 |
Color Harmonies of #E55D31
Complementary color
Monochromatic Colors of #E55D31
Black with #E55D31
Text Example
Text Example
White with #E55D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55D31; }
p { color: rgb(229,93,49); }
H1.HeaderClassName
{
color: #E55D31;
}
.AnyTagClassName
{
color: #E55D31;
}
</style>
background-color css
<style>
a { background-color: #E55D31; }
a { background-color: rgb(229,93,49); }
div.DivClassName
{
background-color: #E55D31;
}
.BgClassName
{
background-color: #E55D31;
}
</style>
border-color css
<style>
span { border-color: #E55D31; }
span { border-color: rgb(229,93,49); }
td.TdClassName
{
border-color: #E55D31;
}
.TagClassName
{
border-color: #E55D31;
}
</style>