Shades of Sorbus #E55E2F
Tints of Sorbus #E55E2F
RGB
CMYK
RGB Variations
Color information
#E55E2F (or 0xE55E2F) is known color: Sorbus. HEX triplet: E5, 5E and 2F. RGB value is (229,94,47). Sum of RGB (Red+Green+Blue) = 229+94+47=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55E2F is #1AA1D0. Grayscale: #818181. Windows color (decimal): -1745361 or 3104485. OLE color: 3104485.
HSL color Cylindrical-coordinate representation of color #E55E2F: hue angle of 15.49º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E55E2F is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 47 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.10 |
| HSL | 15.49º | 0.78% | 0.54% | - |
| HSV(B) | 15.49º | 0.79% | 0.9% | - |
| XYZ | 36.83 | 24.87 | 5.55 | - |
| YUV | 129.01 | 81.73 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 47 | 0 | 0.59 | 0.79 | 0.10 | 15.49 | 0.78 | 0.54 |
| Hex | E5 | 5E | 2F | 0 | 3B | 4F | A | F | 4E | 36 |
| Octal | 345 | 136 | 57 | 0 | 73 | 117 | 12 | 17 | 116 | 66 |
| Binary | 11100101 | 1011110 | 101111 | 0 | 111011 | 1001111 | 1010 | 1111 | 1001110 | 110110 |
Color Harmonies of #E55E2F
Complementary color
Monochromatic Colors of #E55E2F
Black with #E55E2F
Text Example
Text Example
White with #E55E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E2F; }
p { color: rgb(229,94,47); }
H1.HeaderClassName
{
color: #E55E2F;
}
.AnyTagClassName
{
color: #E55E2F;
}
</style>
background-color css
<style>
a { background-color: #E55E2F; }
a { background-color: rgb(229,94,47); }
div.DivClassName
{
background-color: #E55E2F;
}
.BgClassName
{
background-color: #E55E2F;
}
</style>
border-color css
<style>
span { border-color: #E55E2F; }
span { border-color: rgb(229,94,47); }
td.TdClassName
{
border-color: #E55E2F;
}
.TagClassName
{
border-color: #E55E2F;
}
</style>