Color Hex Logo

#e1202d Color Hex

#E1202D
(225,32,45)
0 Favorites   0 Comments

Color spaces of #e1202d

RGB 2253245
HSL0.990.760.50
HSV356°86°88°
CMYK 0.000.860.80   0.12
XYZ32.041517.23004.1196
Yxy17.23000.60010.3227
Hunter Lab41.509065.146223.1720
CIE-Lab48.548569.759344.1485

#e1202d color RGB value is (225,32,45).

#e1202d hex color red value is 225, green value is 32 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e1202d hue: 0.99 , saturation: 0.76 and the lightness value of e1202d is 0.50.

The process color (four color CMYK) of #e1202d color hex is 0.00, 0.86, 0.80, 0.12. Web safe color of #e1202d is #cc3333. Color #e1202d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100000 00101101
Octal 341 40 55
Decimal 225 32 45
Hex E1 20 2D

RGB Percentages of Color #e1202d

%74.50
%10.60
%14.90

CMYK Percentages of Color #e1202d

%0
%86
%80
%12

Triadic Colors of #e1202d

#e1202d #2de120 #202de1

Analogous Colors of #e1202d

#e1202d #e17420 #e1208e

Monochromatic Colors of #e1202d

#e1202d

Complementary Color

#e1202d #20e1d4

#e1202d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1202d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1202d Color CSS Codes

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

#e1202d Text Font Color

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

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


#e1202d Background Color

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

This div background color is #e1202d


#e1202d Border Color

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

This div border color is #e1202d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1202d


Comments

No comments written yet.

Please login to write comment.