Color Hex Logo

#e13335 Color Hex

#E13335
(225,51,53)
0 Favorites   0 Comments

Color spaces of #e13335

RGB 2255153
HSL1.000.740.54
HSV359°77°88°
CMYK 0.000.770.76   0.12
XYZ32.877818.63225.2317
Yxy18.63220.57940.3284
Hunter Lab43.165060.420523.0294
CIE-Lab50.254165.409441.5217

#e13335 color RGB value is (225,51,53).

#e13335 hex color red value is 225, green value is 51 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #e13335 hue: 1.00 , saturation: 0.74 and the lightness value of e13335 is 0.54.

The process color (four color CMYK) of #e13335 color hex is 0.00, 0.77, 0.76, 0.12. Web safe color of #e13335 is #cc3333. Color #e13335 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110011 00110101
Octal 341 63 65
Decimal 225 51 53
Hex E1 33 35

RGB Percentages of Color #e13335

%68.39
%15.50
%16.11

CMYK Percentages of Color #e13335

%0
%77
%76
%12

Triadic Colors of #e13335

#e13335 #35e133 #3335e1

Analogous Colors of #e13335

#e13335 #e18833 #e1338c

Monochromatic Colors of #e13335

#e13335

Complementary Color

#e13335 #33e1df

#e13335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13335 Color CSS Codes

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

#e13335 Text Font Color

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

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


#e13335 Background Color

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

This div background color is #e13335


#e13335 Border Color

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

This div border color is #e13335


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,51,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e13335; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e13335;
  -webkit-box-shadow: 1px 1px 3px 2px #e13335;
  box-shadow:         1px 1px 3px 2px #e13335; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,51,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13335


Comments

No comments written yet.

Please login to write comment.