#E1524B

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

Shades of Valencia #E1524B

Tints of Valencia #E1524B

Color information

#E1524B (or 0xE1524B) is unknown color: approx Valencia. HEX triplet: E1, 52 and 4B. RGB value is (225,82,75). Sum of RGB (Red+Green+Blue) = 225+82+75=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E1524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1524B is #1EADB4. Grayscale: #7C7C7C. Windows color (decimal): -2010549 or 4936417. OLE color: 4936417.

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

Color convert

RGB2258275-
CMYK00.640.670.12
HSL2.8º71.43%58.82%-
HSV(B)2.8º66.67%88.24%-
XYZ35.3422.559.15-
YUV123.96100.38200.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.90%
GREEN value IS 82 (32.42% from 255) = 21.47%
BLUE value IS 75 (29.69% from 255) = 19.63%
R=58.90%
G=21.47%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225827500.640.670.122.871.4358.82
HexE1524B04043C3473b
Octal341122113010010314310773
Binary11100001101001010010110100000010000111100111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1524B; }

 p { color: rgb(225,82,75); }

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

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

 a { background-color: rgb(225,82,75); }

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

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

 span { border-color: rgb(225,82,75); }

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