Color Hex Logo

#e0232a Color Hex

#E0232A
(224,35,42)
0 Favorites   0 Comments

Color spaces of #e0232a

RGB 2243542
HSL0.990.750.51
HSV358°84°88°
CMYK 0.000.840.81   0.12
XYZ31.759417.21653.8397
Yxy17.21650.60130.3260
Hunter Lab41.492864.015123.5583
CIE-Lab48.531768.807745.6758

#e0232a color RGB value is (224,35,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100011 00101010
Octal 340 43 52
Decimal 224 35 42
Hex E0 23 2A

RGB Percentages of Color #e0232a

%74.42
%11.63
%13.95

CMYK Percentages of Color #e0232a

%0
%84
%81
%12

Triadic Colors of #e0232a

#e0232a #2ae023 #232ae0

Analogous Colors of #e0232a

#e0232a #e07b23 #e02389

Monochromatic Colors of #e0232a

#e0232a

Complementary Color

#e0232a #23e0d9

#e0232a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0232a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0232a Color CSS Codes

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

#e0232a Text Font Color

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

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


#e0232a Background Color

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

This div background color is #e0232a


#e0232a Border Color

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

This div border color is #e0232a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0232a


Comments

No comments written yet.

Please login to write comment.