Color Hex Logo

#e02422 Color Hex

#E02422
(224,36,34)
0 Favorites   0 Comments

Color spaces of #e02422

RGB 2243634
HSL0.000.750.51
HSV85°88°
CMYK 0.000.840.85   0.12
XYZ31.660117.22453.1694
Yxy17.22450.60820.3309
Hunter Lab41.502463.539524.5239
CIE-Lab48.541768.402749.7560

#e02422 color RGB value is (224,36,34).

#e02422 hex color red value is 224, green value is 36 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #e02422 hue: 0.00 , saturation: 0.75 and the lightness value of e02422 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100100 00100010
Octal 340 44 42
Decimal 224 36 34
Hex E0 24 22

RGB Percentages of Color #e02422

%76.19
%12.24
%11.56

CMYK Percentages of Color #e02422

%0
%84
%85
%12

Triadic Colors of #e02422

#e02422 #22e024 #2422e0

Analogous Colors of #e02422

#e02422 #e08322 #e0227f

Monochromatic Colors of #e02422

#e02422

Complementary Color

#e02422 #22dee0

#e02422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02422 Color CSS Codes

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

#e02422 Text Font Color

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

This sample text font color is #e02422
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.


#e02422 Background Color

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

This div background color is #e02422


#e02422 Border Color

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

This div border color is #e02422


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,36,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e02422; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e02422;
  -webkit-box-shadow: 1px 1px 3px 2px #e02422;
  box-shadow:         1px 1px 3px 2px #e02422; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02422


Comments

No comments written yet.

Please login to write comment.