Html Css Color HEX #E14D45 Valencia

📋 copy color: '#E14D45'

red 225 ◦ green 77 ◦ blue 69

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

Shades of Valencia #E14D45

Tints of Valencia #E14D45

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.75%

 BLUE value IS 69 (27.34% from 255) = 18.6%

R = 60.65%
G = 20.75%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E14D45 (or 0xE14D45) is known color: Valencia. HEX triplet: E1, 4D and 45. RGB value is (225,77,69). Sum of RGB (Red+Green+Blue) = 225+77+69=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14D45 is #1EB2BA. Grayscale: #787878. Windows color (decimal): -2011835 or 4541921. OLE color: 4541921.

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

Color convert

RGB 225 77 69 -
CMYK 0 0.66 0.69 0.12
HSL 3.08º 0.72% 0.58% -
HSV(B) 3.08º 0.69% 0.88% -
XYZ 34.78 21.74 7.99 -
YUV 120.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 225 77 69 0 0.66 0.69 0.12 3.08 0.72 0.58
Hex E1 4D 45 0 42 45 C 3 48 3A
Octal 341 115 105 0 102 105 14 3 110 72
Binary 11100001 1001101 1000101 0 1000010 1000101 1100 11 1001000 111010

Color Harmonies of #E14D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D45

Black with #E14D45

Text Example


Text Example

White with #E14D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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