#E7514D

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

Shades of Valencia #E7514D

Tints of Valencia #E7514D

Color information

#E7514D (or 0xE7514D) is unknown color: approx Valencia. HEX triplet: E7, 51 and 4D. RGB value is (231,81,77). Sum of RGB (Red+Green+Blue) = 231+81+77=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E7514D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7514D is #18AEB2. Grayscale: #7D7D7D. Windows color (decimal): -1617587 or 5067239. OLE color: 5067239.

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

Color convert

RGB2318177-
CMYK00.650.670.09
HSL1.56º76.24%60.39%-
HSV(B)1.56º66.67%90.59%-
XYZ37.2423.419.58-
YUV125.39100.7203.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 59.38%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 77 (30.47% from 255) = 19.79%
R=59.38%
G=20.82%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231817700.650.670.091.5676.2460.39
HexE7514D04143924c3c
Octal347121115010110311211474
Binary11100111101000110011010100000110000111001101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7514D; }

 p { color: rgb(231,81,77); }

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

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

 a { background-color: rgb(231,81,77); }

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

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

 span { border-color: rgb(231,81,77); }

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