Html Css Color HEX #E3514D Valencia

📋 copy color: '#E3514D'

red 227 ◦ green 81 ◦ blue 77

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

Shades of Valencia #E3514D

Tints of Valencia #E3514D

RGB

 RED value IS 227 (89.06% from 255) = 58.96%

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

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

R = 58.96%
G = 21.04%
B = 20%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E3514D (or 0xE3514D) is known color: Valencia. HEX triplet: E3, 51 and 4D. RGB value is (227,81,77). Sum of RGB (Red+Green+Blue) = 227+81+77=385 (50% of max value = 765). Red value is 227 (89.06% from 255 or 58.96% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 227 - color contains mainly: red. Hex color #E3514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3514D is #1CAEB2. Grayscale: #7C7C7C. Windows color (decimal): -1879731 or 5067235. OLE color: 5067235.

HSL color Cylindrical-coordinate representation of color #E3514D: hue angle of 1.6º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E3514D is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 81 77 -
CMYK 0 0.64 0.66 0.11
HSL 1.6º 0.73% 0.6% -
HSV(B) 1.6º 0.66% 0.89% -
XYZ 35.96 22.75 9.52 -
YUV 124.2 101.37 201.33 -
System Red Green Blue C M Y K H S L
Decimal 227 81 77 0 0.64 0.66 0.11 1.6 0.73 0.6
Hex E3 51 4D 0 40 42 B 2 49 3C
Octal 343 121 115 0 100 102 13 2 111 74
Binary 11100011 1010001 1001101 0 1000000 1000010 1011 10 1001001 111100

Color Harmonies of #E3514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3514D

Black with #E3514D

Text Example


Text Example

White with #E3514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3514D; }

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

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

background-color css

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

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

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

border-color css

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

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

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