#E55A2C

Color #E55A2C Sorbus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorbus #E55A2C

Tints of Sorbus #E55A2C

Color information

#E55A2C (or 0xE55A2C) is unknown color: approx 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

RGB2299044-
CMYK00.610.810.10
HSL14.92º78.06%53.53%-
HSV(B)14.92º80.79%89.8%-
XYZ36.4224.155.12-
YUV126.3281.55201.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 63.09%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 44 (17.58% from 255) = 12.12%
R=63.09%
G=24.79%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229904400.610.810.1014.9278.0653.53
HexE55A2C03D51Af4e36
Octal34513254075121121711666
Binary11100101101101010110001111011010001101011111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>