Html Css Color HEX #E5514F Valencia

📋 copy color: '#E5514F'

red 229 ◦ green 81 ◦ blue 79

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

Shades of Valencia #E5514F

Tints of Valencia #E5514F

RGB

 RED value IS 229 (89.84% from 255) = 58.87%

 GREEN value IS 81 (32.03% from 255) = 20.82%

 BLUE value IS 79 (31.25% from 255) = 20.31%

R = 58.87%
G = 20.82%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5514F (or 0xE5514F) is known color: Valencia. HEX triplet: E5, 51 and 4F. RGB value is (229,81,79). Sum of RGB (Red+Green+Blue) = 229+81+79=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E5514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5514F is #1AAEB0. Grayscale: #7D7D7D. Windows color (decimal): -1748657 or 5198309. OLE color: 5198309.

HSL color Cylindrical-coordinate representation of color #E5514F: hue angle of 0.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5514F is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 81 79 -
CMYK 0 0.65 0.66 0.10
HSL 0.8º 0.74% 0.6% -
HSV(B) 0.8º 0.66% 0.9% -
XYZ 36.67 23.11 9.92 -
YUV 125.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 229 81 79 0 0.65 0.66 0.10 0.8 0.74 0.6
Hex E5 51 4F 0 41 42 A 1 4A 3C
Octal 345 121 117 0 101 102 12 1 112 74
Binary 11100101 1010001 1001111 0 1000001 1000010 1010 1 1001010 111100

Color Harmonies of #E5514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5514F

Black with #E5514F

Text Example


Text Example

White with #E5514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5514F; }

 p { color: rgb(229,81,79); }

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

background-color css

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

 a { background-color: rgb(229,81,79); }

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

border-color css

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

 span { border-color: rgb(229,81,79); }

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