Shades of Sorbus #E55F29
Tints of Sorbus #E55F29
RGB
CMYK
RGB Variations
Color information
#E55F29 (or 0xE55F29) is known color: Sorbus. HEX triplet: E5, 5F and 29. RGB value is (229,95,41). Sum of RGB (Red+Green+Blue) = 229+95+41=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55F29 is #1AA0D6. Grayscale: #818181. Windows color (decimal): -1745111 or 2711525. OLE color: 2711525.
HSL color Cylindrical-coordinate representation of color #E55F29: hue angle of 17.23º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E55F29 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 41 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.10 |
| HSL | 17.23º | 0.78% | 0.53% | - |
| HSV(B) | 17.23º | 0.82% | 0.9% | - |
| XYZ | 36.81 | 25 | 4.98 | - |
| YUV | 128.91 | 78.39 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 41 | 0 | 0.59 | 0.82 | 0.10 | 17.23 | 0.78 | 0.53 |
| Hex | E5 | 5F | 29 | 0 | 3B | 52 | A | 11 | 4E | 35 |
| Octal | 345 | 137 | 51 | 0 | 73 | 122 | 12 | 21 | 116 | 65 |
| Binary | 11100101 | 1011111 | 101001 | 0 | 111011 | 1010010 | 1010 | 10001 | 1001110 | 110101 |
Color Harmonies of #E55F29
Complementary color
Monochromatic Colors of #E55F29
Black with #E55F29
Text Example
Text Example
White with #E55F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F29; }
p { color: rgb(229,95,41); }
H1.HeaderClassName
{
color: #E55F29;
}
.AnyTagClassName
{
color: #E55F29;
}
</style>
background-color css
<style>
a { background-color: #E55F29; }
a { background-color: rgb(229,95,41); }
div.DivClassName
{
background-color: #E55F29;
}
.BgClassName
{
background-color: #E55F29;
}
</style>
border-color css
<style>
span { border-color: #E55F29; }
span { border-color: rgb(229,95,41); }
td.TdClassName
{
border-color: #E55F29;
}
.TagClassName
{
border-color: #E55F29;
}
</style>