Color Hex Logo

#ff113d Color Hex

#FF113D
(255,17,61)
0 Favorites   0 Comments

Color spaces of #ff113d

RGB 2551761
HSL0.971.000.53
HSV349°93°100°
CMYK 0.000.930.76   0.00
XYZ42.282821.99786.4323
Yxy21.99780.59800.3111
Hunter Lab46.901878.842724.7000
CIE-Lab54.024779.860442.8391

#ff113d color RGB value is (255,17,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010001 00111101
Octal 377 21 75
Decimal 255 17 61
Hex FF 11 3D

RGB Percentages of Color #ff113d

%76.58
%5.11
%18.32

CMYK Percentages of Color #ff113d

%0
%93
%76
%0

Triadic Colors of #ff113d

#ff113d #3dff11 #113dff

Analogous Colors of #ff113d

#ff113d #ff5c11 #ff11b4

Monochromatic Colors of #ff113d

#ff113d

Complementary Color

#ff113d #11ffd3

#ff113d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff113d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff113d Color CSS Codes

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

#ff113d Text Font Color

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

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


#ff113d Background Color

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

This div background color is #ff113d


#ff113d Border Color

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

This div border color is #ff113d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,17,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 #ff113d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff113d


Comments

No comments written yet.

Please login to write comment.