Color Hex Logo

#ff153d Color Hex

#FF153D
(255,21,61)
0 Favorites   0 Comments

Color spaces of #ff153d

RGB 2552161
HSL0.971.000.54
HSV350°92°100°
CMYK 0.000.920.76   0.00
XYZ42.350522.13336.4549
Yxy22.13330.59700.3120
Hunter Lab47.046078.353824.7974
CIE-Lab54.168279.445542.9954

#ff153d color RGB value is (255,21,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010101 00111101
Octal 377 25 75
Decimal 255 21 61
Hex FF 15 3D

RGB Percentages of Color #ff153d

%75.67
%6.23
%18.10

CMYK Percentages of Color #ff153d

%0
%92
%76
%0

Triadic Colors of #ff153d

#ff153d #3dff15 #153dff

Analogous Colors of #ff153d

#ff153d #ff6215 #ff15b2

Monochromatic Colors of #ff153d

#ff153d

Complementary Color

#ff153d #15ffd7

#ff153d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff153d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff153d Color CSS Codes

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

#ff153d Text Font Color

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

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


#ff153d Background Color

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

This div background color is #ff153d


#ff153d Border Color

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

This div border color is #ff153d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff153d


Comments

No comments written yet.

Please login to write comment.