Color Hex Logo

#ee210d Color Hex

#EE210D
(238,33,13)
0 Favorites   0 Comments

Color spaces of #ee210d

RGB 2383313
HSL0.010.900.49
HSV95°93°
CMYK 0.000.860.95   0.07
XYZ35.876419.29392.2140
Yxy19.29390.62520.3362
Hunter Lab43.924868.924727.7589
CIE-Lab51.029372.429660.9791

#ee210d color RGB value is (238,33,13).

#ee210d hex color red value is 238, green value is 33 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ee210d hue: 0.01 , saturation: 0.90 and the lightness value of ee210d is 0.49.

The process color (four color CMYK) of #ee210d color hex is 0.00, 0.86, 0.95, 0.07. Web safe color of #ee210d is #ff3300. Color #ee210d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100001 00001101
Octal 356 41 15
Decimal 238 33 13
Hex EE 21 D

RGB Percentages of Color #ee210d

%83.80
%11.62
%4.58

CMYK Percentages of Color #ee210d

%0
%86
%95
%7

Triadic Colors of #ee210d

#ee210d #0dee21 #210dee

Analogous Colors of #ee210d

#ee210d #ee920d #ee0d6a

Monochromatic Colors of #ee210d

#ee210d

Complementary Color

#ee210d #0ddaee

#ee210d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee210d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee210d Color CSS Codes

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

#ee210d Text Font Color

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

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


#ee210d Background Color

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

This div background color is #ee210d


#ee210d Border Color

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

This div border color is #ee210d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee210d


Comments

No comments written yet.

Please login to write comment.