Html Css Color HEX #E54C48 Valencia

📋 copy color: '#E54C48'

red 229 ◦ green 76 ◦ blue 72

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

Shades of Valencia #E54C48

Tints of Valencia #E54C48

RGB

 RED value IS 229 (89.84% from 255) = 60.74%

 GREEN value IS 76 (30.08% from 255) = 20.16%

 BLUE value IS 72 (28.52% from 255) = 19.1%

R = 60.74%
G = 20.16%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E54C48 (or 0xE54C48) is known color: Valencia. HEX triplet: E5, 4C and 48. RGB value is (229,76,72). Sum of RGB (Red+Green+Blue) = 229+76+72=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54C48 is #1AB3B7. Grayscale: #797979. Windows color (decimal): -1749944 or 4738277. OLE color: 4738277.

HSL color Cylindrical-coordinate representation of color #E54C48: hue angle of 1.53º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54C48 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 76 72 -
CMYK 0 0.67 0.69 0.10
HSL 1.53º 0.75% 0.59% -
HSV(B) 1.53º 0.69% 0.9% -
XYZ 36.07 22.29 8.53 -
YUV 121.29 100.19 204.83 -
System Red Green Blue C M Y K H S L
Decimal 229 76 72 0 0.67 0.69 0.10 1.53 0.75 0.59
Hex E5 4C 48 0 43 45 A 2 4B 3B
Octal 345 114 110 0 103 105 12 2 113 73
Binary 11100101 1001100 1001000 0 1000011 1000101 1010 10 1001011 111011

Color Harmonies of #E54C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54C48

Black with #E54C48

Text Example


Text Example

White with #E54C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54C48; }

 p { color: rgb(229,76,72); }

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

background-color css

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

 a { background-color: rgb(229,76,72); }

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

border-color css

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

 span { border-color: rgb(229,76,72); }

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