Color Hex Logo

#e22525 Color Hex

#E22525
(226,37,37)
0 Favorites   0 Comments

Color spaces of #e22525

RGB 2263737
HSL0.000.770.52
HSV84°89°
CMYK 0.000.840.84   0.11
XYZ32.359517.62553.4468
Yxy17.62550.60560.3299
Hunter Lab41.982764.114624.5202
CIE-Lab49.038768.794048.8680

#e22525 color RGB value is (226,37,37).

#e22525 hex color red value is 226, green value is 37 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #e22525 hue: 0.00 , saturation: 0.77 and the lightness value of e22525 is 0.52.

The process color (four color CMYK) of #e22525 color hex is 0.00, 0.84, 0.84, 0.11. Web safe color of #e22525 is #cc3333. Color #e22525 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100101 00100101
Octal 342 45 45
Decimal 226 37 37
Hex E2 25 25

RGB Percentages of Color #e22525

%75.33
%12.33
%12.33

CMYK Percentages of Color #e22525

%0
%84
%84
%11

Triadic Colors of #e22525

#e22525 #25e225 #2525e2

Analogous Colors of #e22525

#e22525 #e28425 #e22584

Monochromatic Colors of #e22525

#e22525

Complementary Color

#e22525 #25e2e2

#e22525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e22525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e22525 Color CSS Codes

.mybgcolor {background-color:#e22525; } 
.myforecolor {color:#e22525; }
.mybordercolor {border:3px solid #e22525; }

#e22525 Text Font Color

<p style="color:#e22525">Text here</p>

This sample text font color is #e22525
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e22525 Background Color

<div style="background-color:#e22525">
Div content here</div>

This div background color is #e22525


#e22525 Border Color

<div style="border:3px solid #e22525">
Div here</div>

This div border color is #e22525


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,37,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e22525; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e22525;
  -webkit-box-shadow: 1px 1px 3px 2px #e22525;
  box-shadow:         1px 1px 3px 2px #e22525; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,37,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e22525">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e22525;
  -webkit-box-shadow: 1px 1px 3px 2px #e22525;
  box-shadow:         1px 1px 3px 2px #e22525;">
Div content here</div>

This div box has shadow with color #e22525

#e22525 Color Palettes


Comments

No comments written yet.

Please login to write comment.