#E55C2A

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

Shades of Sorbus #E55C2A

Tints of Sorbus #E55C2A

Color information

#E55C2A (or 0xE55C2A) is unknown color: approx Sorbus. HEX triplet: E5, 5C and 2A. RGB value is (229,92,42). Sum of RGB (Red+Green+Blue) = 229+92+42=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55C2A is #1AA3D5. Grayscale: #7F7F7F. Windows color (decimal): -1745878 or 2776293. OLE color: 2776293.

HSL color Cylindrical-coordinate representation of color #E55C2A: hue angle of 16.04º 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 #E55C2A is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB2299242-
CMYK00.600.820.10
HSL16.04º78.24%53.14%-
HSV(B)16.04º81.66%89.8%-
XYZ36.5624.484.99-
YUV127.2679.89200.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.09%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 42 (16.80% from 255) = 11.57%
R=63.09%
G=25.34%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229924200.600.820.1016.0478.2453.14
HexE55C2A03C52A104e35
Octal34513452074122122011665
Binary111001011011100101010011110010100101010100001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55C2A; }

 p { color: rgb(229,92,42); }

 H1.HeaderClassName
 {
   color: #E55C2A;
 }
 .AnyTagClassName
 {
   color: #E55C2A;
 }
</style>
background-color css

<style>
 a { background-color: #E55C2A; }

 a { background-color: rgb(229,92,42); }

 div.DivClassName
 {
   background-color: #E55C2A;
 }
 .BgClassName
 {
   background-color: #E55C2A;
 }
</style>
border-color css

<style>
 span { border-color: #E55C2A; }

 span { border-color: rgb(229,92,42); }

 td.TdClassName
 {
   border-color: #E55C2A;
 }
 .TagClassName
 {
   border-color: #E55C2A;
 }
</style>