Html Css Color HEX #E14A47 Valencia

📋 copy color: '#E14A47'

red 225 ◦ green 74 ◦ blue 71

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

Shades of Valencia #E14A47

Tints of Valencia #E14A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20%

 BLUE value IS 71 (28.13% from 255) = 19.19%

R = 60.81%
G = 20%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E14A47 (or 0xE14A47) is known color: Valencia. HEX triplet: E1, 4A and 47. RGB value is (225,74,71). Sum of RGB (Red+Green+Blue) = 225+74+71=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14A47 is #1EB5B8. Grayscale: #767676. Windows color (decimal): -2012601 or 4672225. OLE color: 4672225.

HSL color Cylindrical-coordinate representation of color #E14A47: hue angle of 1.17º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E14A47 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 74 71 -
CMYK 0 0.67 0.68 0.12
HSL 1.17º 0.72% 0.58% -
HSV(B) 1.17º 0.68% 0.88% -
XYZ 34.64 21.36 8.26 -
YUV 118.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 225 74 71 0 0.67 0.68 0.12 1.17 0.72 0.58
Hex E1 4A 47 0 43 44 C 1 48 3A
Octal 341 112 107 0 103 104 14 1 110 72
Binary 11100001 1001010 1000111 0 1000011 1000100 1100 1 1001000 111010

Color Harmonies of #E14A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14A47

Black with #E14A47

Text Example


Text Example

White with #E14A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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