Color Hex Logo

#e1002d Color Hex

#E1002D
(225,0,45)
0 Favorites   0 Comments

Color spaces of #e1002d

RGB 225045
HSL0.971.000.44
HSV348°100°88°
CMYK 0.001.000.80   0.12
XYZ31.525016.19703.9474
Yxy16.19700.61010.3135
Hunter Lab40.245569.392522.3565
CIE-Lab47.231973.554642.8273

#e1002d color RGB value is (225,0,45).

#e1002d hex color red value is 225, green value is 0 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e1002d hue: 0.97 , saturation: 1.00 and the lightness value of e1002d is 0.44.

The process color (four color CMYK) of #e1002d color hex is 0.00, 1.00, 0.80, 0.12. Web safe color of #e1002d is #cc0033. Color #e1002d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000000 00101101
Octal 341 0 55
Decimal 225 0 45
Hex E1 0 2D

RGB Percentages of Color #e1002d

%83.33
%0.00
%16.67

CMYK Percentages of Color #e1002d

%0
%100
%80
%12

Triadic Colors of #e1002d

#e1002d #2de100 #002de1

Analogous Colors of #e1002d

#e1002d #e14400 #e1009e

Monochromatic Colors of #e1002d

#e1002d

Complementary Color

#e1002d #00e1b4

#e1002d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1002d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1002d Color CSS Codes

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

#e1002d Text Font Color

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

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


#e1002d Background Color

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

This div background color is #e1002d


#e1002d Border Color

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

This div border color is #e1002d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1002d

#e1002d Color Palettes


Comments

No comments written yet.

Please login to write comment.