Color Hex Logo

#ff1713 Color Hex

#FF1713
(255,23,19)
0 Favorites   0 Comments

Color spaces of #ff1713

RGB 2552319
HSL0.001.000.54
HSV93°100°
CMYK 0.000.910.93   0.00
XYZ41.663921.91982.6511
Yxy21.91980.62900.3309
Hunter Lab46.818676.914829.4157
CIE-Lab53.941878.346162.6217

#ff1713 color RGB value is (255,23,19).

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

The process color (four color CMYK) of #ff1713 color hex is 0.00, 0.91, 0.93, 0.00. Web safe color of #ff1713 is #ff0000. Color #ff1713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010111 00010011
Octal 377 27 23
Decimal 255 23 19
Hex FF 17 13

RGB Percentages of Color #ff1713

%85.86
%7.74
%6.40

CMYK Percentages of Color #ff1713

%0
%91
%93
%0

Triadic Colors of #ff1713

#ff1713 #13ff17 #1713ff

Analogous Colors of #ff1713

#ff1713 #ff8d13 #ff1385

Monochromatic Colors of #ff1713

#ff1713

Complementary Color

#ff1713 #13fbff

#ff1713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff1713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff1713 Color CSS Codes

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

#ff1713 Text Font Color

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

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


#ff1713 Background Color

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

This div background color is #ff1713


#ff1713 Border Color

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

This div border color is #ff1713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff1713

Related Colors

#ff1713 Color Palettes


Comments

No comments written yet.

Please login to write comment.