Html Css Color HEX #E54C4C Valencia

📋 copy color: '#E54C4C'

red 229 ◦ green 76 ◦ blue 76

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

Shades of Valencia #E54C4C

Tints of Valencia #E54C4C

RGB

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

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

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

R = 60.1%
G = 19.95%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E54C4C (or 0xE54C4C) is known color: Valencia. HEX triplet: E5, 4C and 4C. RGB value is (229,76,76). Sum of RGB (Red+Green+Blue) = 229+76+76=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54C4C is #1AB3B3. Grayscale: #797979. Windows color (decimal): -1749940 or 5000421. OLE color: 5000421.

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

Color convert

RGB 229 76 76 -
CMYK 0 0.67 0.67 0.10
HSL 0.75% 0.6% -
HSV(B) 0.67% 0.9% -
XYZ 36.2 22.35 9.24 -
YUV 121.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 229 76 76 0 0.67 0.67 0.10 0 0.75 0.6
Hex E5 4C 4C 0 43 43 A 0 4B 3C
Octal 345 114 114 0 103 103 12 0 113 74
Binary 11100101 1001100 1001100 0 1000011 1000011 1010 0 1001011 111100

Color Harmonies of #E54C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54C4C

Black with #E54C4C

Text Example


Text Example

White with #E54C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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