Color Hex Logo

#e33b2b Color Hex

#E33B2B
(227,59,43)
0 Favorites   0 Comments

Color spaces of #e33b2b

RGB 2275943
HSL0.010.770.53
HSV81°89°
CMYK 0.000.740.81   0.11
XYZ33.678619.63324.3000
Yxy19.63320.58460.3408
Hunter Lab44.309458.132625.2628
CIE-Lab51.419963.211048.1331

#e33b2b color RGB value is (227,59,43).

#e33b2b hex color red value is 227, green value is 59 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #e33b2b hue: 0.01 , saturation: 0.77 and the lightness value of e33b2b is 0.53.

The process color (four color CMYK) of #e33b2b color hex is 0.00, 0.74, 0.81, 0.11. Web safe color of #e33b2b is #cc3333. Color #e33b2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111011 00101011
Octal 343 73 53
Decimal 227 59 43
Hex E3 3B 2B

RGB Percentages of Color #e33b2b

%69.00
%17.93
%13.07

CMYK Percentages of Color #e33b2b

%0
%74
%81
%11

Triadic Colors of #e33b2b

#e33b2b #2be33b #3b2be3

Analogous Colors of #e33b2b

#e33b2b #e3972b #e32b77

Monochromatic Colors of #e33b2b

#e33b2b

Complementary Color

#e33b2b #2bd3e3

#e33b2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33b2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33b2b Color CSS Codes

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

#e33b2b Text Font Color

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

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


#e33b2b Background Color

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

This div background color is #e33b2b


#e33b2b Border Color

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

This div border color is #e33b2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33b2b


Comments

No comments written yet.

Please login to write comment.