Color Hex Logo

#e1302a Color Hex

#E1302A
(225,48,42)
0 Favorites   0 Comments

Color spaces of #e1302a

RGB 2254842
HSL0.010.750.52
HSV81°88°
CMYK 0.000.790.81   0.12
XYZ32.526218.28864.0062
Yxy18.28860.59330.3336
Hunter Lab42.765260.923924.3814
CIE-Lab49.844365.920147.0043

#e1302a color RGB value is (225,48,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110000 00101010
Octal 341 60 52
Decimal 225 48 42
Hex E1 30 2A

RGB Percentages of Color #e1302a

%71.43
%15.24
%13.33

CMYK Percentages of Color #e1302a

%0
%79
%81
%12

Triadic Colors of #e1302a

#e1302a #2ae130 #302ae1

Analogous Colors of #e1302a

#e1302a #e18c2a #e12a80

Monochromatic Colors of #e1302a

#e1302a

Complementary Color

#e1302a #2adbe1

#e1302a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1302a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1302a Color CSS Codes

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

#e1302a Text Font Color

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

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


#e1302a Background Color

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

This div background color is #e1302a


#e1302a Border Color

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

This div border color is #e1302a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1302a


Comments

No comments written yet.

Please login to write comment.