Html Css Color HEX #E4514B Valencia

📋 copy color: '#E4514B'

red 228 ◦ green 81 ◦ blue 75

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

Shades of Valencia #E4514B

Tints of Valencia #E4514B

RGB

 RED value IS 228 (89.45% from 255) = 59.38%

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

 BLUE value IS 75 (29.69% from 255) = 19.53%

R = 59.38%
G = 21.09%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E4514B (or 0xE4514B) is known color: Valencia. HEX triplet: E4, 51 and 4B. RGB value is (228,81,75). Sum of RGB (Red+Green+Blue) = 228+81+75=384 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.38% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 228 - color contains mainly: red. Hex color #E4514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4514B is #1BAEB4. Grayscale: #7C7C7C. Windows color (decimal): -1814197 or 4936164. OLE color: 4936164.

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

Color convert

RGB 228 81 75 -
CMYK 0 0.64 0.67 0.11
HSL 2.35º 0.74% 0.59% -
HSV(B) 2.35º 0.67% 0.89% -
XYZ 36.21 22.89 9.17 -
YUV 124.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 228 81 75 0 0.64 0.67 0.11 2.35 0.74 0.59
Hex E4 51 4B 0 40 43 B 2 4A 3B
Octal 344 121 113 0 100 103 13 2 112 73
Binary 11100100 1010001 1001011 0 1000000 1000011 1011 10 1001010 111011

Color Harmonies of #E4514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4514B

Black with #E4514B

Text Example


Text Example

White with #E4514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4514B; }

 p { color: rgb(228,81,75); }

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

background-color css

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

 a { background-color: rgb(228,81,75); }

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

border-color css

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

 span { border-color: rgb(228,81,75); }

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