Color Hex Logo

#ed222d Color Hex

#ED222D
(237,34,45)
0 Favorites   0 Comments

Color spaces of #ed222d

RGB 2373445
HSL0.990.850.53
HSV357°86°93°
CMYK 0.000.860.81   0.07
XYZ35.970719.33804.3194
Yxy19.33800.60330.3243
Hunter Lab43.975069.053324.9588
CIE-Lab51.080372.525947.4453

#ed222d color RGB value is (237,34,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100010 00101101
Octal 355 42 55
Decimal 237 34 45
Hex ED 22 2D

RGB Percentages of Color #ed222d

%75.00
%10.76
%14.24

CMYK Percentages of Color #ed222d

%0
%86
%81
%7

Triadic Colors of #ed222d

#ed222d #2ded22 #222ded

Analogous Colors of #ed222d

#ed222d #ed7d22 #ed2293

Monochromatic Colors of #ed222d

#ed222d

Complementary Color

#ed222d #22ede2

#ed222d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed222d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed222d Color CSS Codes

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

#ed222d Text Font Color

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

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


#ed222d Background Color

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

This div background color is #ed222d


#ed222d Border Color

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

This div border color is #ed222d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed222d


Comments

No comments written yet.

Please login to write comment.