Color Hex Logo

#ff153e Color Hex

#FF153E
(255,21,62)
0 Favorites   0 Comments

Color spaces of #ff153e

RGB 2552162
HSL0.971.000.54
HSV349°92°100°
CMYK 0.000.920.76   0.00
XYZ42.377722.14416.5981
Yxy22.14410.59590.3114
Hunter Lab47.057578.397724.6270
CIE-Lab54.179679.478142.4426

#ff153e color RGB value is (255,21,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010101 00111110
Octal 377 25 76
Decimal 255 21 62
Hex FF 15 3E

RGB Percentages of Color #ff153e

%75.44
%6.21
%18.34

CMYK Percentages of Color #ff153e

%0
%92
%76
%0

Triadic Colors of #ff153e

#ff153e #3eff15 #153eff

Analogous Colors of #ff153e

#ff153e #ff6115 #ff15b3

Monochromatic Colors of #ff153e

#ff153e

Complementary Color

#ff153e #15ffd6

#ff153e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff153e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff153e Color CSS Codes

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

#ff153e Text Font Color

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

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


#ff153e Background Color

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

This div background color is #ff153e


#ff153e Border Color

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

This div border color is #ff153e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff153e

Related Colors


Comments

No comments written yet.

Please login to write comment.