Color Hex Logo

#e03022 Color Hex

#E03022
(224,48,34)
0 Favorites   0 Comments

Color spaces of #e03022

RGB 2244834
HSL0.010.750.51
HSV85°88°
CMYK 0.000.790.85   0.12
XYZ32.086218.07673.3114
Yxy18.07670.60000.3380
Hunter Lab42.516760.304925.1439
CIE-Lab49.589065.436350.6563

#e03022 color RGB value is (224,48,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110000 00100010
Octal 340 60 42
Decimal 224 48 34
Hex E0 30 22

RGB Percentages of Color #e03022

%73.20
%15.69
%11.11

CMYK Percentages of Color #e03022

%0
%79
%85
%12

Triadic Colors of #e03022

#e03022 #22e030 #3022e0

Analogous Colors of #e03022

#e03022 #e08f22 #e02273

Monochromatic Colors of #e03022

#e03022

Complementary Color

#e03022 #22d2e0

#e03022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03022 Color CSS Codes

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

#e03022 Text Font Color

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

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


#e03022 Background Color

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

This div background color is #e03022


#e03022 Border Color

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

This div border color is #e03022


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,48,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 #e03022">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03022


Comments

No comments written yet.

Please login to write comment.