Color Hex Logo

#ff151e Color Hex

#FF151E
(255,21,30)
0 Favorites   0 Comments

Color spaces of #ff151e

RGB 2552130
HSL0.991.000.54
HSV358°92°100°
CMYK 0.000.920.88   0.00
XYZ41.742521.89013.2534
Yxy21.89010.62410.3273
Hunter Lab46.786977.377928.6280
CIE-Lab53.910278.721058.4733

#ff151e color RGB value is (255,21,30).

#ff151e hex color red value is 255, green value is 21 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ff151e hue: 0.99 , saturation: 1.00 and the lightness value of ff151e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010101 00011110
Octal 377 25 36
Decimal 255 21 30
Hex FF 15 1E

RGB Percentages of Color #ff151e

%83.33
%6.86
%9.80

CMYK Percentages of Color #ff151e

%0
%92
%88
%0

Triadic Colors of #ff151e

#ff151e #1eff15 #151eff

Analogous Colors of #ff151e

#ff151e #ff8115 #ff1593

Monochromatic Colors of #ff151e

#ff151e

Complementary Color

#ff151e #15fff6

#ff151e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff151e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff151e Color CSS Codes

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

#ff151e Text Font Color

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

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


#ff151e Background Color

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

This div background color is #ff151e


#ff151e Border Color

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

This div border color is #ff151e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff151e

Related Colors


Comments

No comments written yet.

Please login to write comment.