Shades of Sorbus #E55A2C
Tints of Sorbus #E55A2C
RGB
CMYK
RGB Variations
Color information
#E55A2C (or 0xE55A2C) is known color: Sorbus. HEX triplet: E5, 5A and 2C. RGB value is (229,90,44). Sum of RGB (Red+Green+Blue) = 229+90+44=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55A2C is #1AA5D3. Grayscale: #7E7E7E. Windows color (decimal): -1746388 or 2906853. OLE color: 2906853.
HSL color Cylindrical-coordinate representation of color #E55A2C: hue angle of 14.92º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E55A2C is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 44 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.10 |
| HSL | 14.92º | 0.78% | 0.54% | - |
| HSV(B) | 14.92º | 0.81% | 0.9% | - |
| XYZ | 36.42 | 24.15 | 5.12 | - |
| YUV | 126.32 | 81.55 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 44 | 0 | 0.61 | 0.81 | 0.10 | 14.92 | 0.78 | 0.54 |
| Hex | E5 | 5A | 2C | 0 | 3D | 51 | A | F | 4E | 36 |
| Octal | 345 | 132 | 54 | 0 | 75 | 121 | 12 | 17 | 116 | 66 |
| Binary | 11100101 | 1011010 | 101100 | 0 | 111101 | 1010001 | 1010 | 1111 | 1001110 | 110110 |
Color Harmonies of #E55A2C
Complementary color
Monochromatic Colors of #E55A2C
Black with #E55A2C
Text Example
Text Example
White with #E55A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A2C; }
p { color: rgb(229,90,44); }
H1.HeaderClassName
{
color: #E55A2C;
}
.AnyTagClassName
{
color: #E55A2C;
}
</style>
background-color css
<style>
a { background-color: #E55A2C; }
a { background-color: rgb(229,90,44); }
div.DivClassName
{
background-color: #E55A2C;
}
.BgClassName
{
background-color: #E55A2C;
}
</style>
border-color css
<style>
span { border-color: #E55A2C; }
span { border-color: rgb(229,90,44); }
td.TdClassName
{
border-color: #E55A2C;
}
.TagClassName
{
border-color: #E55A2C;
}
</style>