#E74F49

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

Shades of Valencia #E74F49

Tints of Valencia #E74F49

Color information

#E74F49 (or 0xE74F49) is unknown color: approx Valencia. HEX triplet: E7, 4F and 49. RGB value is (231,79,73). Sum of RGB (Red+Green+Blue) = 231+79+73=383 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.31% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74F49 is #18B0B6. Grayscale: #7B7B7B. Windows color (decimal): -1618103 or 4804583. OLE color: 4804583.

HSL color Cylindrical-coordinate representation of color #E74F49: hue angle of 2.28º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74F49 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB2317973-
CMYK00.660.680.09
HSL2.28º76.7%59.61%-
HSV(B)2.28º68.4%90.59%-
XYZ36.9523.068.81-
YUV123.7699.36204.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 60.31%
GREEN value IS 79 (31.25% from 255) = 20.63%
BLUE value IS 73 (28.91% from 255) = 19.06%
R=60.31%
G=20.63%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231797300.660.680.092.2876.759.61
HexE74F4904244924d3c
Octal347117111010210411211574
Binary11100111100111110010010100001010001001001101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74F49; }

 p { color: rgb(231,79,73); }

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

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

 a { background-color: rgb(231,79,73); }

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

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

 span { border-color: rgb(231,79,73); }

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