Html Css Color HEX #E1544C Valencia

📋 copy color: '#E1544C'

red 225 ◦ green 84 ◦ blue 76

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

Shades of Valencia #E1544C

Tints of Valencia #E1544C

RGB

 RED value IS 225 (88.28% from 255) = 58.44%

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

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

R = 58.44%
G = 21.82%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1544C (or 0xE1544C) is known color: Valencia. HEX triplet: E1, 54 and 4C. RGB value is (225,84,76). Sum of RGB (Red+Green+Blue) = 225+84+76=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1544C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1544C is #1EABB3. Grayscale: #7D7D7D. Windows color (decimal): -2010036 or 5002465. OLE color: 5002465.

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

Color convert

RGB 225 84 76 -
CMYK 0 0.63 0.66 0.12
HSL 3.22º 0.71% 0.59% -
HSV(B) 3.22º 0.66% 0.88% -
XYZ 35.53 22.87 9.38 -
YUV 125.25 100.21 199.15 -
System Red Green Blue C M Y K H S L
Decimal 225 84 76 0 0.63 0.66 0.12 3.22 0.71 0.59
Hex E1 54 4C 0 3F 42 C 3 47 3B
Octal 341 124 114 0 77 102 14 3 107 73
Binary 11100001 1010100 1001100 0 111111 1000010 1100 11 1000111 111011

Color Harmonies of #E1544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1544C

Black with #E1544C

Text Example


Text Example

White with #E1544C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1544C; }

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

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

background-color css

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

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

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

border-color css

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

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

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