Color Hex Logo

#e60921 Color Hex

#E60921
(230,9,33)
0 Favorites   0 Comments

Color spaces of #e60921

RGB 230933
HSL0.980.920.47
HSV353°96°90°
CMYK 0.000.960.86   0.10
XYZ33.005317.12823.0053
Yxy17.12820.62110.3223
Hunter Lab41.386269.926924.6650
CIE-Lab48.421273.763050.6289

#e60921 color RGB value is (230,9,33).

#e60921 hex color red value is 230, green value is 9 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #e60921 hue: 0.98 , saturation: 0.92 and the lightness value of e60921 is 0.47.

The process color (four color CMYK) of #e60921 color hex is 0.00, 0.96, 0.86, 0.10. Web safe color of #e60921 is #ff0033. Color #e60921 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001001 00100001
Octal 346 11 41
Decimal 230 9 33
Hex E6 9 21

RGB Percentages of Color #e60921

%84.56
%3.31
%12.13

CMYK Percentages of Color #e60921

%0
%96
%86
%10

Triadic Colors of #e60921

#e60921 #21e609 #0921e6

Analogous Colors of #e60921

#e60921 #e65f09 #e60990

Monochromatic Colors of #e60921

#e60921

Complementary Color

#e60921 #09e6ce

#e60921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60921 Color CSS Codes

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

#e60921 Text Font Color

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

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


#e60921 Background Color

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

This div background color is #e60921


#e60921 Border Color

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

This div border color is #e60921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60921


Comments

No comments written yet.

Please login to write comment.