Html Css Color HEX #E4544C Valencia

📋 copy color: '#E4544C'

red 228 ◦ green 84 ◦ blue 76

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

Shades of Valencia #E4544C

Tints of Valencia #E4544C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.65%

 BLUE value IS 76 (30.08% from 255) = 19.59%

R = 58.76%
G = 21.65%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E4544C (or 0xE4544C) is known color: Valencia. HEX triplet: E4, 54 and 4C. RGB value is (228,84,76). Sum of RGB (Red+Green+Blue) = 228+84+76=388 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.76% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 228 - color contains mainly: red. Hex color #E4544C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4544C is #1BABB3. Grayscale: #7E7E7E. Windows color (decimal): -1813428 or 5002468. OLE color: 5002468.

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

Color convert

RGB 228 84 76 -
CMYK 0 0.63 0.67 0.11
HSL 3.16º 0.74% 0.6% -
HSV(B) 3.16º 0.67% 0.89% -
XYZ 36.47 23.36 9.42 -
YUV 126.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 228 84 76 0 0.63 0.67 0.11 3.16 0.74 0.6
Hex E4 54 4C 0 3F 43 B 3 4A 3C
Octal 344 124 114 0 77 103 13 3 112 74
Binary 11100100 1010100 1001100 0 111111 1000011 1011 11 1001010 111100

Color Harmonies of #E4544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4544C

Black with #E4544C

Text Example


Text Example

White with #E4544C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4544C; }

 p { color: rgb(228,84,76); }

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

background-color css

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

 a { background-color: rgb(228,84,76); }

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

border-color css

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

 span { border-color: rgb(228,84,76); }

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