Color Hex Logo

#ee292b Color Hex

#EE292B
(238,41,43)
0 Favorites   0 Comments

Color spaces of #ee292b

RGB 2384143
HSL1.000.850.55
HSV359°83°93°
CMYK 0.000.830.82   0.07
XYZ36.488919.93744.2106
Yxy19.93740.60180.3288
Hunter Lab44.651367.729825.6649
CIE-Lab51.766471.297449.2057

#ee292b color RGB value is (238,41,43).

#ee292b hex color red value is 238, green value is 41 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ee292b hue: 1.00 , saturation: 0.85 and the lightness value of ee292b is 0.55.

The process color (four color CMYK) of #ee292b color hex is 0.00, 0.83, 0.82, 0.07. Web safe color of #ee292b is #ff3333. Color #ee292b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101001 00101011
Octal 356 51 53
Decimal 238 41 43
Hex EE 29 2B

RGB Percentages of Color #ee292b

%73.91
%12.73
%13.35

CMYK Percentages of Color #ee292b

%0
%83
%82
%7

Triadic Colors of #ee292b

#ee292b #2bee29 #292bee

Analogous Colors of #ee292b

#ee292b #ee8a29 #ee298e

Monochromatic Colors of #ee292b

#ee292b

Complementary Color

#ee292b #29eeec

#ee292b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee292b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee292b Color CSS Codes

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

#ee292b Text Font Color

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

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


#ee292b Background Color

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

This div background color is #ee292b


#ee292b Border Color

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

This div border color is #ee292b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,41,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ee292b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ee292b;
  -webkit-box-shadow: 1px 1px 3px 2px #ee292b;
  box-shadow:         1px 1px 3px 2px #ee292b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,41,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee292b


Comments

No comments written yet.

Please login to write comment.