Color Hex Logo

#ee291d Color Hex

#EE291D
(238,41,29)
0 Favorites   0 Comments

Color spaces of #ee291d

RGB 2384129
HSL0.010.860.52
HSV88°93°
CMYK 0.000.830.88   0.07
XYZ36.274619.85173.0823
Yxy19.85170.61270.3353
Hunter Lab44.555267.353927.0870
CIE-Lab51.669171.003755.7170

#ee291d color RGB value is (238,41,29).

#ee291d hex color red value is 238, green value is 41 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ee291d hue: 0.01 , saturation: 0.86 and the lightness value of ee291d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101001 00011101
Octal 356 51 35
Decimal 238 41 29
Hex EE 29 1D

RGB Percentages of Color #ee291d

%77.27
%13.31
%9.42

CMYK Percentages of Color #ee291d

%0
%83
%88
%7

Triadic Colors of #ee291d

#ee291d #1dee29 #291dee

Analogous Colors of #ee291d

#ee291d #ee921d #ee1d7a

Monochromatic Colors of #ee291d

#ee291d

Complementary Color

#ee291d #1de2ee

#ee291d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee291d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee291d Color CSS Codes

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

#ee291d Text Font Color

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

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


#ee291d Background Color

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

This div background color is #ee291d


#ee291d Border Color

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

This div border color is #ee291d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee291d


Comments

No comments written yet.

Please login to write comment.