Html Css Color HEX #E1524B Valencia

📋 copy color: '#E1524B'

red 225 ◦ green 82 ◦ blue 75

#E1524B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #E1524B

Tints of Valencia #E1524B

RGB

 RED value IS 225 (88.28% from 255) = 58.9%

 GREEN value IS 82 (32.42% from 255) = 21.47%

 BLUE value IS 75 (29.69% from 255) = 19.63%

R = 58.9%
G = 21.47%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1524B (or 0xE1524B) is known color: 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

RGB 225 82 75 -
CMYK 0 0.64 0.67 0.12
HSL 2.8º 0.71% 0.59% -
HSV(B) 2.8º 0.67% 0.88% -
XYZ 35.34 22.55 9.15 -
YUV 123.96 100.38 200.07 -
System Red Green Blue C M Y K H S L
Decimal 225 82 75 0 0.64 0.67 0.12 2.8 0.71 0.59
Hex E1 52 4B 0 40 43 C 3 47 3B
Octal 341 122 113 0 100 103 14 3 107 73
Binary 11100001 1010010 1001011 0 1000000 1000011 1100 11 1000111 111011

Color Harmonies of #E1524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1524B

Black with #E1524B

Text Example


Text Example

White with #E1524B

Text Example


Text Example

HTML Codes & Css Web 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>