Html Css Color HEX #E0514D Valencia

📋 copy color: '#E0514D'

red 224 ◦ green 81 ◦ blue 77

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

Shades of Valencia #E0514D

Tints of Valencia #E0514D

RGB

 RED value IS 224 (87.89% from 255) = 58.64%

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

 BLUE value IS 77 (30.47% from 255) = 20.16%

R = 58.64%
G = 21.2%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0514D (or 0xE0514D) is known color: Valencia. HEX triplet: E0, 51 and 4D. RGB value is (224,81,77). Sum of RGB (Red+Green+Blue) = 224+81+77=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E0514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0514D is #1FAEB2. Grayscale: #7B7B7B. Windows color (decimal): -2076339 or 5067232. OLE color: 5067232.

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

Color convert

RGB 224 81 77 -
CMYK 0 0.64 0.66 0.12
HSL 1.63º 0.7% 0.59% -
HSV(B) 1.63º 0.66% 0.88% -
XYZ 35.02 22.27 9.47 -
YUV 123.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 224 81 77 0 0.64 0.66 0.12 1.63 0.7 0.59
Hex E0 51 4D 0 40 42 C 2 46 3B
Octal 340 121 115 0 100 102 14 2 106 73
Binary 11100000 1010001 1001101 0 1000000 1000010 1100 10 1000110 111011

Color Harmonies of #E0514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0514D

Black with #E0514D

Text Example


Text Example

White with #E0514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0514D; }

 p { color: rgb(224,81,77); }

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

background-color css

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

 a { background-color: rgb(224,81,77); }

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

border-color css

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

 span { border-color: rgb(224,81,77); }

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