Color Hex Logo

#e21524 Color Hex

#E21524
(226,21,36)
0 Favorites   0 Comments

Color spaces of #e21524

RGB 2262136
HSL0.990.830.48
HSV356°91°89°
CMYK 0.000.910.84   0.11
XYZ31.950616.83253.2341
Yxy16.83250.61420.3236
Hunter Lab41.027467.211024.0455
CIE-Lab48.048371.586248.4895

#e21524 color RGB value is (226,21,36).

#e21524 hex color red value is 226, green value is 21 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #e21524 hue: 0.99 , saturation: 0.83 and the lightness value of e21524 is 0.48.

The process color (four color CMYK) of #e21524 color hex is 0.00, 0.91, 0.84, 0.11. Web safe color of #e21524 is #cc0033. Color #e21524 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010101 00100100
Octal 342 25 44
Decimal 226 21 36
Hex E2 15 24

RGB Percentages of Color #e21524

%79.86
%7.42
%12.72

CMYK Percentages of Color #e21524

%0
%91
%84
%11

Triadic Colors of #e21524

#e21524 #24e215 #1524e2

Analogous Colors of #e21524

#e21524 #e26d15 #e2158b

Monochromatic Colors of #e21524

#e21524

Complementary Color

#e21524 #15e2d3

#e21524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21524 Color CSS Codes

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

#e21524 Text Font Color

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

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


#e21524 Background Color

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

This div background color is #e21524


#e21524 Border Color

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

This div border color is #e21524


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,21,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e21524; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e21524;
  -webkit-box-shadow: 1px 1px 3px 2px #e21524;
  box-shadow:         1px 1px 3px 2px #e21524; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,21,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21524


Comments

No comments written yet.

Please login to write comment.