#E1544F

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

Shades of Valencia #E1544F

Tints of Valencia #E1544F

Color information

#E1544F (or 0xE1544F) is unknown color: approx Valencia. HEX triplet: E1, 54 and 4F. RGB value is (225,84,79). Sum of RGB (Red+Green+Blue) = 225+84+79=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1544F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1544F is #1EABB0. Grayscale: #7D7D7D. Windows color (decimal): -2010033 or 5199073. OLE color: 5199073.

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

Color convert

RGB2258479-
CMYK00.630.650.12
HSL2.05º70.87%59.61%-
HSV(B)2.05º64.89%88.24%-
XYZ35.6322.919.94-
YUV125.59101.71198.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.99%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 79 (31.25% from 255) = 20.36%
R=57.99%
G=21.65%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225847900.630.650.122.0570.8759.61
HexE1544F03F41C2473c
Octal34112411707710114210774
Binary1110000110101001001111011111110000011100101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1544F; }

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

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

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

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

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

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

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

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