Html Css Color HEX #E74C49 Valencia

📋 copy color: '#E74C49'

red 231 ◦ green 76 ◦ blue 73

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

Shades of Valencia #E74C49

Tints of Valencia #E74C49

RGB

 RED value IS 231 (90.63% from 255) = 60.79%

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

 BLUE value IS 73 (28.91% from 255) = 19.21%

R = 60.79%
G = 20%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E74C49 (or 0xE74C49) is known color: Valencia. HEX triplet: E7, 4C and 49. RGB value is (231,76,73). Sum of RGB (Red+Green+Blue) = 231+76+73=380 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.79% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74C49 is #18B3B6. Grayscale: #7A7A7A. Windows color (decimal): -1618871 or 4803815. OLE color: 4803815.

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

Color convert

RGB 231 76 73 -
CMYK 0 0.67 0.68 0.09
HSL 1.14º 0.77% 0.6% -
HSV(B) 1.14º 0.68% 0.91% -
XYZ 36.74 22.64 8.74 -
YUV 122 100.35 205.74 -
System Red Green Blue C M Y K H S L
Decimal 231 76 73 0 0.67 0.68 0.09 1.14 0.77 0.6
Hex E7 4C 49 0 43 44 9 1 4D 3C
Octal 347 114 111 0 103 104 11 1 115 74
Binary 11100111 1001100 1001001 0 1000011 1000100 1001 1 1001101 111100

Color Harmonies of #E74C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74C49

Black with #E74C49

Text Example


Text Example

White with #E74C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74C49; }

 p { color: rgb(231,76,73); }

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

background-color css

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

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

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

border-color css

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

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

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