#E15545

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

Shades of Valencia #E15545

Tints of Valencia #E15545

Color information

#E15545 (or 0xE15545) is unknown color: approx Valencia. HEX triplet: E1, 55 and 45. RGB value is (225,85,69). Sum of RGB (Red+Green+Blue) = 225+85+69=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E15545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15545 is #1EAABA. Grayscale: #7D7D7D. Windows color (decimal): -2009787 or 4543969. OLE color: 4543969.

HSL color Cylindrical-coordinate representation of color #E15545: hue angle of 6.15º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E15545 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB2258569-
CMYK00.620.690.12
HSL6.15º72.22%57.65%-
HSV(B)6.15º69.33%88.24%-
XYZ35.3722.938.19-
YUV125.0496.38199.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.37%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 69 (27.34% from 255) = 18.21%
R=59.37%
G=22.43%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225856900.620.690.126.1572.2257.65
HexE1554503E45C6483a
Octal34112510507610514611072
Binary11100001101010110001010111110100010111001101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15545; }

 p { color: rgb(225,85,69); }

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

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

 a { background-color: rgb(225,85,69); }

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

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

 span { border-color: rgb(225,85,69); }

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