#E6514D

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

Shades of Valencia #E6514D

Tints of Valencia #E6514D

Color information

#E6514D (or 0xE6514D) is unknown color: approx Valencia. HEX triplet: E6, 51 and 4D. RGB value is (230,81,77). Sum of RGB (Red+Green+Blue) = 230+81+77=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E6514D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6514D is #19AEB2. Grayscale: #7D7D7D. Windows color (decimal): -1683123 or 5067238. OLE color: 5067238.

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

Color convert

RGB2308177-
CMYK00.650.670.10
HSL1.57º75.37%60.2%-
HSV(B)1.57º66.52%90.2%-
XYZ36.9223.249.56-
YUV125.1100.86202.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 59.28%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 77 (30.47% from 255) = 19.85%
R=59.28%
G=20.88%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230817700.650.670.101.5775.3760.2
HexE6514D04143A24b3c
Octal346121115010110312211374
Binary11100110101000110011010100000110000111010101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6514D; }

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

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

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

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

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

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

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

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