Html Css Color HEX #E1524D Valencia

📋 copy color: '#E1524D'

red 225 ◦ green 82 ◦ blue 77

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

Shades of Valencia #E1524D

Tints of Valencia #E1524D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.05%

R = 58.59%
G = 21.35%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1524D (or 0xE1524D) is known color: Valencia. HEX triplet: E1, 52 and 4D. RGB value is (225,82,77). Sum of RGB (Red+Green+Blue) = 225+82+77=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1524D is #1EADB2. Grayscale: #7C7C7C. Windows color (decimal): -2010547 or 5067489. OLE color: 5067489.

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

Color convert

RGB 225 82 77 -
CMYK 0 0.64 0.66 0.12
HSL 2.03º 0.71% 0.59% -
HSV(B) 2.03º 0.66% 0.88% -
XYZ 35.41 22.58 9.51 -
YUV 124.19 101.38 199.91 -
System Red Green Blue C M Y K H S L
Decimal 225 82 77 0 0.64 0.66 0.12 2.03 0.71 0.59
Hex E1 52 4D 0 40 42 C 2 47 3B
Octal 341 122 115 0 100 102 14 2 107 73
Binary 11100001 1010010 1001101 0 1000000 1000010 1100 10 1000111 111011

Color Harmonies of #E1524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1524D

Black with #E1524D

Text Example


Text Example

White with #E1524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1524D; }

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

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

background-color css

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

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

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

border-color css

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

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

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