Html Css Color HEX #E24949 Valencia

📋 copy color: '#E24949'

red 226 ◦ green 73 ◦ blue 73

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

Shades of Valencia #E24949

Tints of Valencia #E24949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.62%

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

R = 60.75%
G = 19.62%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E24949 (or 0xE24949) is known color: Valencia. HEX triplet: E2, 49 and 49. RGB value is (226,73,73). Sum of RGB (Red+Green+Blue) = 226+73+73=372 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.75% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 226 - color contains mainly: red. Hex color #E24949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24949 is #1DB6B6. Grayscale: #767676. Windows color (decimal): -1947319 or 4803042. OLE color: 4803042.

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

Color convert

RGB 226 73 73 -
CMYK 0 0.68 0.68 0.11
HSL 0.73% 0.59% -
HSV(B) 0.68% 0.89% -
XYZ 34.95 21.41 8.59 -
YUV 118.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 226 73 73 0 0.68 0.68 0.11 0 0.73 0.59
Hex E2 49 49 0 44 44 B 0 49 3B
Octal 342 111 111 0 104 104 13 0 111 73
Binary 11100010 1001001 1001001 0 1000100 1000100 1011 0 1001001 111011

Color Harmonies of #E24949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24949

Black with #E24949

Text Example


Text Example

White with #E24949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24949; }

 p { color: rgb(226,73,73); }

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

background-color css

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

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

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

border-color css

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

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

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