Color Hex Logo

#ff153c Color Hex

#FF153C
(255,21,60)
0 Favorites   0 Comments

Color spaces of #ff153c

RGB 2552160
HSL0.971.000.54
HSV350°92°100°
CMYK 0.000.920.76   0.00
XYZ42.323822.12266.3143
Yxy22.12260.59810.3126
Hunter Lab47.034778.311224.9647
CIE-Lab54.156879.414043.5463

#ff153c color RGB value is (255,21,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010101 00111100
Octal 377 25 74
Decimal 255 21 60
Hex FF 15 3C

RGB Percentages of Color #ff153c

%75.89
%6.25
%17.86

CMYK Percentages of Color #ff153c

%0
%92
%76
%0

Triadic Colors of #ff153c

#ff153c #3cff15 #153cff

Analogous Colors of #ff153c

#ff153c #ff6315 #ff15b1

Monochromatic Colors of #ff153c

#ff153c

Complementary Color

#ff153c #15ffd8

#ff153c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff153c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff153c Color CSS Codes

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

#ff153c Text Font Color

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

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


#ff153c Background Color

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

This div background color is #ff153c


#ff153c Border Color

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

This div border color is #ff153c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff153c

Related Colors


Comments

No comments written yet.

Please login to write comment.