Html Css Color HEX #E24A47 Valencia

📋 copy color: '#E24A47'

red 226 ◦ green 74 ◦ blue 71

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

Shades of Valencia #E24A47

Tints of Valencia #E24A47

RGB

 RED value IS 226 (88.67% from 255) = 60.92%

 GREEN value IS 74 (29.3% from 255) = 19.95%

 BLUE value IS 71 (28.13% from 255) = 19.14%

R = 60.92%
G = 19.95%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E24A47 (or 0xE24A47) is known color: Valencia. HEX triplet: E2, 4A and 47. RGB value is (226,74,71). Sum of RGB (Red+Green+Blue) = 226+74+71=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24A47 is #1DB5B8. Grayscale: #777777. Windows color (decimal): -1947065 or 4672226. OLE color: 4672226.

HSL color Cylindrical-coordinate representation of color #E24A47: hue angle of 1.16º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E24A47 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 74 71 -
CMYK 0 0.67 0.69 0.11
HSL 1.16º 0.73% 0.58% -
HSV(B) 1.16º 0.69% 0.89% -
XYZ 34.95 21.52 8.27 -
YUV 119.11 100.86 204.24 -
System Red Green Blue C M Y K H S L
Decimal 226 74 71 0 0.67 0.69 0.11 1.16 0.73 0.58
Hex E2 4A 47 0 43 45 B 1 49 3A
Octal 342 112 107 0 103 105 13 1 111 72
Binary 11100010 1001010 1000111 0 1000011 1000101 1011 1 1001001 111010

Color Harmonies of #E24A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24A47

Black with #E24A47

Text Example


Text Example

White with #E24A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24A47; }

 p { color: rgb(226,74,71); }

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

background-color css

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

 a { background-color: rgb(226,74,71); }

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

border-color css

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

 span { border-color: rgb(226,74,71); }

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