Shades of Sorbus #E55C2C
Tints of Sorbus #E55C2C
RGB
CMYK
RGB Variations
Color information
#E55C2C (or 0xE55C2C) is known color: Sorbus. HEX triplet: E5, 5C and 2C. RGB value is (229,92,44). Sum of RGB (Red+Green+Blue) = 229+92+44=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55C2C is #1AA3D3. Grayscale: #7F7F7F. Windows color (decimal): -1745876 or 2907365. OLE color: 2907365.
HSL color Cylindrical-coordinate representation of color #E55C2C: hue angle of 15.57º 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 #E55C2C is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 44 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.10 |
| HSL | 15.57º | 0.78% | 0.54% | - |
| HSV(B) | 15.57º | 0.81% | 0.9% | - |
| XYZ | 36.59 | 24.49 | 5.18 | - |
| YUV | 127.49 | 80.89 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 44 | 0 | 0.60 | 0.81 | 0.10 | 15.57 | 0.78 | 0.54 |
| Hex | E5 | 5C | 2C | 0 | 3C | 51 | A | 10 | 4E | 36 |
| Octal | 345 | 134 | 54 | 0 | 74 | 121 | 12 | 20 | 116 | 66 |
| Binary | 11100101 | 1011100 | 101100 | 0 | 111100 | 1010001 | 1010 | 10000 | 1001110 | 110110 |
Color Harmonies of #E55C2C
Complementary color
Monochromatic Colors of #E55C2C
Black with #E55C2C
Text Example
Text Example
White with #E55C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C2C; }
p { color: rgb(229,92,44); }
H1.HeaderClassName
{
color: #E55C2C;
}
.AnyTagClassName
{
color: #E55C2C;
}
</style>
background-color css
<style>
a { background-color: #E55C2C; }
a { background-color: rgb(229,92,44); }
div.DivClassName
{
background-color: #E55C2C;
}
.BgClassName
{
background-color: #E55C2C;
}
</style>
border-color css
<style>
span { border-color: #E55C2C; }
span { border-color: rgb(229,92,44); }
td.TdClassName
{
border-color: #E55C2C;
}
.TagClassName
{
border-color: #E55C2C;
}
</style>