Html Css Color HEX #E04C4C Valencia

📋 copy color: '#E04C4C'

red 224 ◦ green 76 ◦ blue 76

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

Shades of Valencia #E04C4C

Tints of Valencia #E04C4C

RGB

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

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

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

R = 59.57%
G = 20.21%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E04C4C (or 0xE04C4C) is known color: Valencia. HEX triplet: E0, 4C and 4C. RGB value is (224,76,76). Sum of RGB (Red+Green+Blue) = 224+76+76=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04C4C is #1FB3B3. Grayscale: #787878. Windows color (decimal): -2077620 or 5000416. OLE color: 5000416.

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

Color convert

RGB 224 76 76 -
CMYK 0 0.66 0.66 0.12
HSL 0.7% 0.59% -
HSV(B) 0.66% 0.88% -
XYZ 34.63 21.54 9.17 -
YUV 120.25 103.03 202 -
System Red Green Blue C M Y K H S L
Decimal 224 76 76 0 0.66 0.66 0.12 0 0.7 0.59
Hex E0 4C 4C 0 42 42 C 0 46 3B
Octal 340 114 114 0 102 102 14 0 106 73
Binary 11100000 1001100 1001100 0 1000010 1000010 1100 0 1000110 111011

Color Harmonies of #E04C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04C4C

Black with #E04C4C

Text Example


Text Example

White with #E04C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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