#E0514D

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

Shades of Valencia #E0514D

Tints of Valencia #E0514D

Color information

#E0514D (or 0xE0514D) is unknown color: approx Valencia. HEX triplet: E0, 51 and 4D. RGB value is (224,81,77). Sum of RGB (Red+Green+Blue) = 224+81+77=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E0514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0514D is #1FAEB2. Grayscale: #7B7B7B. Windows color (decimal): -2076339 or 5067232. OLE color: 5067232.

HSL color Cylindrical-coordinate representation of color #E0514D: hue angle of 1.63º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0514D is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB2248177-
CMYK00.640.660.12
HSL1.63º70.33%59.02%-
HSV(B)1.63º65.62%87.84%-
XYZ35.0222.279.47-
YUV123.3101.88199.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.64%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 77 (30.47% from 255) = 20.16%
R=58.64%
G=21.20%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224817700.640.660.121.6370.3359.02
HexE0514D04042C2463b
Octal340121115010010214210673
Binary11100000101000110011010100000010000101100101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0514D; }

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

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

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

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

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

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

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

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