Html Css Color HEX #E7524D Valencia

📋 copy color: '#E7524D'

red 231 ◦ green 82 ◦ blue 77

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

Shades of Valencia #E7524D

Tints of Valencia #E7524D

RGB

 RED value IS 231 (90.63% from 255) = 59.23%

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

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

R = 59.23%
G = 21.03%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7524D (or 0xE7524D) is known color: Valencia. HEX triplet: E7, 52 and 4D. RGB value is (231,82,77). Sum of RGB (Red+Green+Blue) = 231+82+77=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E7524D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7524D is #18ADB2. Grayscale: #7E7E7E. Windows color (decimal): -1617331 or 5067495. OLE color: 5067495.

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

Color convert

RGB 231 82 77 -
CMYK 0 0.65 0.67 0.09
HSL 1.95º 0.76% 0.6% -
HSV(B) 1.95º 0.67% 0.91% -
XYZ 37.31 23.56 9.6 -
YUV 125.98 100.36 202.91 -
System Red Green Blue C M Y K H S L
Decimal 231 82 77 0 0.65 0.67 0.09 1.95 0.76 0.6
Hex E7 52 4D 0 41 43 9 2 4C 3C
Octal 347 122 115 0 101 103 11 2 114 74
Binary 11100111 1010010 1001101 0 1000001 1000011 1001 10 1001100 111100

Color Harmonies of #E7524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7524D

Black with #E7524D

Text Example


Text Example

White with #E7524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7524D; }

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

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

background-color css

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

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

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

border-color css

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

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

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