Color Hex Logo

#ee251c Color Hex

#EE251C
(238,37,28)
0 Favorites   0 Comments

Color spaces of #ee251c

RGB 2383728
HSL0.010.860.52
HSV88°93°
CMYK 0.000.840.88   0.07
XYZ36.131119.58412.9744
Yxy19.58410.61560.3337
Hunter Lab44.253968.291926.9927
CIE-Lab51.363771.841355.9101

#ee251c color RGB value is (238,37,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100101 00011100
Octal 356 45 34
Decimal 238 37 28
Hex EE 25 1C

RGB Percentages of Color #ee251c

%78.55
%12.21
%9.24

CMYK Percentages of Color #ee251c

%0
%84
%88
%7

Triadic Colors of #ee251c

#ee251c #1cee25 #251cee

Analogous Colors of #ee251c

#ee251c #ee8e1c #ee1c7c

Monochromatic Colors of #ee251c

#ee251c

Complementary Color

#ee251c #1ce5ee

#ee251c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee251c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee251c Color CSS Codes

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

#ee251c Text Font Color

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

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


#ee251c Background Color

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

This div background color is #ee251c


#ee251c Border Color

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

This div border color is #ee251c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee251c


Comments

No comments written yet.

Please login to write comment.