#E14C45

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

Shades of Valencia #E14C45

Tints of Valencia #E14C45

Color information

#E14C45 (or 0xE14C45) is unknown color: approx Valencia. HEX triplet: E1, 4C and 45. RGB value is (225,76,69). Sum of RGB (Red+Green+Blue) = 225+76+69=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14C45 is #1EB3BA. Grayscale: #777777. Windows color (decimal): -2012091 or 4541665. OLE color: 4541665.

HSL color Cylindrical-coordinate representation of color #E14C45: hue angle of 2.69º 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 #E14C45 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB2257669-
CMYK00.660.690.12
HSL2.69º72.22%57.65%-
HSV(B)2.69º69.33%88.24%-
XYZ34.7121.617.97-
YUV119.7599.36203.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.81%
GREEN value IS 76 (30.08% from 255) = 20.54%
BLUE value IS 69 (27.34% from 255) = 18.65%
R=60.81%
G=20.54%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225766900.660.690.122.6972.2257.65
HexE14C4504245C3483a
Octal341114105010210514311072
Binary11100001100110010001010100001010001011100111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14C45; }

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

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

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

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

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

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

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

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