Color Hex Logo

#e31831 Color Hex

#E31831
(227,24,49)
0 Favorites   0 Comments

Color spaces of #e31831

RGB 2272449
HSL0.980.810.49
HSV353°89°89°
CMYK 0.000.890.78   0.11
XYZ32.559617.20594.5107
Yxy17.20590.59990.3170
Hunter Lab41.480067.523122.5886
CIE-Lab48.518471.754742.0357

#e31831 color RGB value is (227,24,49).

#e31831 hex color red value is 227, green value is 24 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #e31831 hue: 0.98 , saturation: 0.81 and the lightness value of e31831 is 0.49.

The process color (four color CMYK) of #e31831 color hex is 0.00, 0.89, 0.78, 0.11. Web safe color of #e31831 is #cc0033. Color #e31831 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011000 00110001
Octal 343 30 61
Decimal 227 24 49
Hex E3 18 31

RGB Percentages of Color #e31831

%75.67
%8.00
%16.33

CMYK Percentages of Color #e31831

%0
%89
%78
%11

Triadic Colors of #e31831

#e31831 #31e318 #1831e3

Analogous Colors of #e31831

#e31831 #e36518 #e31897

Monochromatic Colors of #e31831

#e31831

Complementary Color

#e31831 #18e3ca

#e31831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31831 Color CSS Codes

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

#e31831 Text Font Color

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

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


#e31831 Background Color

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

This div background color is #e31831


#e31831 Border Color

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

This div border color is #e31831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31831


Comments

No comments written yet.

Please login to write comment.