Color Hex Logo

#eb151d Color Hex

#EB151D
(235,21,29)
0 Favorites   0 Comments

Color spaces of #eb151d

RGB 2352129
HSL0.990.840.50
HSV358°91°92°
CMYK 0.000.910.88   0.08
XYZ34.750918.28722.8606
Yxy18.28720.62170.3271
Hunter Lab42.763570.218125.9684
CIE-Lab49.842673.725754.0657

#eb151d color RGB value is (235,21,29).

#eb151d hex color red value is 235, green value is 21 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #eb151d hue: 0.99 , saturation: 0.84 and the lightness value of eb151d is 0.50.

The process color (four color CMYK) of #eb151d color hex is 0.00, 0.91, 0.88, 0.08. Web safe color of #eb151d is #ff0033. Color #eb151d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010101 00011101
Octal 353 25 35
Decimal 235 21 29
Hex EB 15 1D

RGB Percentages of Color #eb151d

%82.46
%7.37
%10.18

CMYK Percentages of Color #eb151d

%0
%91
%88
%8

Triadic Colors of #eb151d

#eb151d #1deb15 #151deb

Analogous Colors of #eb151d

#eb151d #eb7815 #eb1588

Monochromatic Colors of #eb151d

#eb151d

Complementary Color

#eb151d #15ebe3

#eb151d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb151d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb151d Color CSS Codes

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

#eb151d Text Font Color

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

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


#eb151d Background Color

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

This div background color is #eb151d


#eb151d Border Color

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

This div border color is #eb151d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb151d


Comments

No comments written yet.

Please login to write comment.