Html Css Color HEX #E1524A Valencia

📋 copy color: '#E1524A'

red 225 ◦ green 82 ◦ blue 74

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

Shades of Valencia #E1524A

Tints of Valencia #E1524A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.42%

R = 59.06%
G = 21.52%
B = 19.42%

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

#E1524A (or 0xE1524A) is known color: Valencia. HEX triplet: E1, 52 and 4A. RGB value is (225,82,74). Sum of RGB (Red+Green+Blue) = 225+82+74=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E1524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1524A is #1EADB5. Grayscale: #7C7C7C. Windows color (decimal): -2010550 or 4870881. OLE color: 4870881.

HSL color Cylindrical-coordinate representation of color #E1524A: hue angle of 3.18º degrees, saturation: 0.72, 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 #E1524A is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 82 74 -
CMYK 0 0.64 0.67 0.12
HSL 3.18º 0.72% 0.59% -
HSV(B) 3.18º 0.67% 0.88% -
XYZ 35.3 22.54 8.97 -
YUV 123.85 99.88 200.15 -
System Red Green Blue C M Y K H S L
Decimal 225 82 74 0 0.64 0.67 0.12 3.18 0.72 0.59
Hex E1 52 4A 0 40 43 C 3 48 3B
Octal 341 122 112 0 100 103 14 3 110 73
Binary 11100001 1010010 1001010 0 1000000 1000011 1100 11 1001000 111011

Color Harmonies of #E1524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1524A

Black with #E1524A

Text Example


Text Example

White with #E1524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1524A; }

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

 H1.HeaderClassName
 {
   color: #E1524A;
 }
 .AnyTagClassName
 {
   color: #E1524A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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