Html Css Color HEX #E04E4D Valencia

📋 copy color: '#E04E4D'

red 224 ◦ green 78 ◦ blue 77

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

Shades of Valencia #E04E4D

Tints of Valencia #E04E4D

RGB

 RED value IS 224 (87.89% from 255) = 59.1%

 GREEN value IS 78 (30.86% from 255) = 20.58%

 BLUE value IS 77 (30.47% from 255) = 20.32%

R = 59.1%
G = 20.58%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E04E4D (or 0xE04E4D) is known color: Valencia. HEX triplet: E0, 4E and 4D. RGB value is (224,78,77). Sum of RGB (Red+Green+Blue) = 224+78+77=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04E4D is #1FB1B2. Grayscale: #797979. Windows color (decimal): -2077107 or 5066464. OLE color: 5066464.

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

Color convert

RGB 224 78 77 -
CMYK 0 0.65 0.66 0.12
HSL 0.41º 0.7% 0.59% -
HSV(B) 0.41º 0.66% 0.88% -
XYZ 34.8 21.83 9.4 -
YUV 121.54 102.87 201.08 -
System Red Green Blue C M Y K H S L
Decimal 224 78 77 0 0.65 0.66 0.12 0.41 0.7 0.59
Hex E0 4E 4D 0 41 42 C 0 46 3B
Octal 340 116 115 0 101 102 14 0 106 73
Binary 11100000 1001110 1001101 0 1000001 1000010 1100 0 1000110 111011

Color Harmonies of #E04E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04E4D

Black with #E04E4D

Text Example


Text Example

White with #E04E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04E4D; }

 p { color: rgb(224,78,77); }

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

background-color css

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

 a { background-color: rgb(224,78,77); }

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

border-color css

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

 span { border-color: rgb(224,78,77); }

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