Color Hex Logo

#e31223 Color Hex

#E31223
(227,18,35)
0 Favorites   0 Comments

Color spaces of #e31223

RGB 2271835
HSL0.990.850.48
HSV355°92°89°
CMYK 0.000.920.85   0.11
XYZ32.198216.88493.1522
Yxy16.88490.61640.3232
Hunter Lab41.091267.959024.2156
CIE-Lab48.114772.195749.1313

#e31223 color RGB value is (227,18,35).

#e31223 hex color red value is 227, green value is 18 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #e31223 hue: 0.99 , saturation: 0.85 and the lightness value of e31223 is 0.48.

The process color (four color CMYK) of #e31223 color hex is 0.00, 0.92, 0.85, 0.11. Web safe color of #e31223 is #cc0033. Color #e31223 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010010 00100011
Octal 343 22 43
Decimal 227 18 35
Hex E3 12 23

RGB Percentages of Color #e31223

%81.07
%6.43
%12.50

CMYK Percentages of Color #e31223

%0
%92
%85
%11

Triadic Colors of #e31223

#e31223 #23e312 #1223e3

Analogous Colors of #e31223

#e31223 #e36a12 #e3128c

Monochromatic Colors of #e31223

#e31223

Complementary Color

#e31223 #12e3d2

#e31223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31223 Color CSS Codes

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

#e31223 Text Font Color

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

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


#e31223 Background Color

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

This div background color is #e31223


#e31223 Border Color

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

This div border color is #e31223


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,18,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e31223; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e31223;
  -webkit-box-shadow: 1px 1px 3px 2px #e31223;
  box-shadow:         1px 1px 3px 2px #e31223; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,18,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31223


Comments

No comments written yet.

Please login to write comment.