Color Hex Logo

#e30021 Color Hex

#E30021
(227,0,33)
0 Favorites   0 Comments

Color spaces of #e30021

RGB 227033
HSL0.981.000.45
HSV351°100°89°
CMYK 0.001.000.85   0.11
XYZ31.953116.44072.9281
Yxy16.44070.62260.3203
Hunter Lab40.547169.709124.1014
CIE-Lab47.547473.754149.6445

#e30021 color RGB value is (227,0,33).

#e30021 hex color red value is 227, green value is 0 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #e30021 hue: 0.98 , saturation: 1.00 and the lightness value of e30021 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000000 00100001
Octal 343 0 41
Decimal 227 0 33
Hex E3 0 21

RGB Percentages of Color #e30021

%87.31
%0.00
%12.69

CMYK Percentages of Color #e30021

%0
%100
%85
%11

Triadic Colors of #e30021

#e30021 #21e300 #0021e3

Analogous Colors of #e30021

#e30021 #e35000 #e30093

Monochromatic Colors of #e30021

#e30021

Complementary Color

#e30021 #00e3c2

#e30021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30021 Color CSS Codes

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

#e30021 Text Font Color

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

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


#e30021 Background Color

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

This div background color is #e30021


#e30021 Border Color

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

This div border color is #e30021


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,0,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 #e30021">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30021


Comments

No comments written yet.

Please login to write comment.