Color Hex Logo

#ed3121 Color Hex

#ED3121
(237,49,33)
0 Favorites   0 Comments

Color spaces of #ed3121

RGB 2374933
HSL0.010.850.53
HSV86°93°
CMYK 0.000.790.86   0.07
XYZ36.297920.31103.4461
Yxy20.31100.60440.3382
Hunter Lab45.067764.896827.0138
CIE-Lab52.187068.849054.3004

#ed3121 color RGB value is (237,49,33).

#ed3121 hex color red value is 237, green value is 49 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ed3121 hue: 0.01 , saturation: 0.85 and the lightness value of ed3121 is 0.53.

The process color (four color CMYK) of #ed3121 color hex is 0.00, 0.79, 0.86, 0.07. Web safe color of #ed3121 is #ff3333. Color #ed3121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110001 00100001
Octal 355 61 41
Decimal 237 49 33
Hex ED 31 21

RGB Percentages of Color #ed3121

%74.29
%15.36
%10.34

CMYK Percentages of Color #ed3121

%0
%79
%86
%7

Triadic Colors of #ed3121

#ed3121 #21ed31 #3121ed

Analogous Colors of #ed3121

#ed3121 #ed9721 #ed2177

Monochromatic Colors of #ed3121

#ed3121

Complementary Color

#ed3121 #21dded

#ed3121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3121 Color CSS Codes

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

#ed3121 Text Font Color

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

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


#ed3121 Background Color

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

This div background color is #ed3121


#ed3121 Border Color

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

This div border color is #ed3121


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,49,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ed3121; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ed3121;
  -webkit-box-shadow: 1px 1px 3px 2px #ed3121;
  box-shadow:         1px 1px 3px 2px #ed3121; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,49,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3121


Comments

No comments written yet.

Please login to write comment.