Html Css Color HEX #E1534A Valencia

📋 copy color: '#E1534A'

red 225 ◦ green 83 ◦ blue 74

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

Shades of Valencia #E1534A

Tints of Valencia #E1534A

RGB

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

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

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

R = 58.9%
G = 21.73%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1534A (or 0xE1534A) is known color: Valencia. HEX triplet: E1, 53 and 4A. RGB value is (225,83,74). Sum of RGB (Red+Green+Blue) = 225+83+74=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E1534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1534A is #1EACB5. Grayscale: #7C7C7C. Windows color (decimal): -2010294 or 4871137. OLE color: 4871137.

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

Color convert

RGB 225 83 74 -
CMYK 0 0.63 0.67 0.12
HSL 3.58º 0.72% 0.59% -
HSV(B) 3.58º 0.67% 0.88% -
XYZ 35.38 22.69 8.99 -
YUV 124.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 225 83 74 0 0.63 0.67 0.12 3.58 0.72 0.59
Hex E1 53 4A 0 3F 43 C 4 48 3B
Octal 341 123 112 0 77 103 14 4 110 73
Binary 11100001 1010011 1001010 0 111111 1000011 1100 100 1001000 111011

Color Harmonies of #E1534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1534A

Black with #E1534A

Text Example


Text Example

White with #E1534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1534A; }

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

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

background-color css

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

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

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

border-color css

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

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

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