#E1544A

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

Shades of Valencia #E1544A

Tints of Valencia #E1544A

Color information

#E1544A (or 0xE1544A) is unknown color: approx Valencia. HEX triplet: E1, 54 and 4A. RGB value is (225,84,74). Sum of RGB (Red+Green+Blue) = 225+84+74=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E1544A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1544A is #1EABB5. Grayscale: #7D7D7D. Windows color (decimal): -2010038 or 4871393. OLE color: 4871393.

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

Color convert

RGB2258474-
CMYK00.630.670.12
HSL3.97º71.56%58.63%-
HSV(B)3.97º67.11%88.24%-
XYZ35.4622.849.02-
YUV125.0299.21199.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.75%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=58.75%
G=21.93%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225847400.630.670.123.9771.5658.63
HexE1544A03F43C4483b
Octal34112411207710314411073
Binary11100001101010010010100111111100001111001001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1544A; }

 p { color: rgb(225,84,74); }

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

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

 a { background-color: rgb(225,84,74); }

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

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

 span { border-color: rgb(225,84,74); }

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