Html Css Color HEX #E1534C Valencia

📋 copy color: '#E1534C'

red 225 ◦ green 83 ◦ blue 76

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

Shades of Valencia #E1534C

Tints of Valencia #E1534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.61%

 BLUE value IS 76 (30.08% from 255) = 19.79%

R = 58.59%
G = 21.61%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1534C (or 0xE1534C) is known color: Valencia. HEX triplet: E1, 53 and 4C. RGB value is (225,83,76). Sum of RGB (Red+Green+Blue) = 225+83+76=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1534C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1534C is #1EACB3. Grayscale: #7C7C7C. Windows color (decimal): -2010292 or 5002209. OLE color: 5002209.

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

Color convert

RGB 225 83 76 -
CMYK 0 0.63 0.66 0.12
HSL 2.82º 0.71% 0.59% -
HSV(B) 2.82º 0.66% 0.88% -
XYZ 35.45 22.72 9.35 -
YUV 124.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 225 83 76 0 0.63 0.66 0.12 2.82 0.71 0.59
Hex E1 53 4C 0 3F 42 C 3 47 3B
Octal 341 123 114 0 77 102 14 3 107 73
Binary 11100001 1010011 1001100 0 111111 1000010 1100 11 1000111 111011

Color Harmonies of #E1534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1534C

Black with #E1534C

Text Example


Text Example

White with #E1534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1534C; }

 p { color: rgb(225,83,76); }

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

background-color css

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

 a { background-color: rgb(225,83,76); }

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

border-color css

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

 span { border-color: rgb(225,83,76); }

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