#E54C49

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

Shades of Valencia #E54C49

Tints of Valencia #E54C49

Color information

#E54C49 (or 0xE54C49) is unknown color: approx Valencia. HEX triplet: E5, 4C and 49. RGB value is (229,76,73). Sum of RGB (Red+Green+Blue) = 229+76+73=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54C49 is #1AB3B6. Grayscale: #797979. Windows color (decimal): -1749943 or 4803813. OLE color: 4803813.

HSL color Cylindrical-coordinate representation of color #E54C49: hue angle of 1.15º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54C49 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB2297673-
CMYK00.670.680.10
HSL1.15º75%59.22%-
HSV(B)1.15º68.12%89.8%-
XYZ36.122.318.71-
YUV121.4100.69204.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.58%
GREEN value IS 76 (30.08% from 255) = 20.11%
BLUE value IS 73 (28.91% from 255) = 19.31%
R=60.58%
G=20.11%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229767300.670.680.101.157559.22
HexE54C4904344A14b3b
Octal345114111010310412111373
Binary1110010110011001001001010000111000100101011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54C49; }

 p { color: rgb(229,76,73); }

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

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

 a { background-color: rgb(229,76,73); }

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

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

 span { border-color: rgb(229,76,73); }

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