Color Hex Logo

#ff133e Color Hex

#FF133E
(255,19,62)
0 Favorites   0 Comments

Color spaces of #ff133e

RGB 2551962
HSL0.971.000.54
HSV349°93°100°
CMYK 0.000.930.76   0.00
XYZ42.342422.07356.5864
Yxy22.07350.59640.3109
Hunter Lab46.982478.651824.5759
CIE-Lab54.104979.693842.3603

#ff133e color RGB value is (255,19,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010011 00111110
Octal 377 23 76
Decimal 255 19 62
Hex FF 13 3E

RGB Percentages of Color #ff133e

%75.89
%5.65
%18.45

CMYK Percentages of Color #ff133e

%0
%93
%76
%0

Triadic Colors of #ff133e

#ff133e #3eff13 #133eff

Analogous Colors of #ff133e

#ff133e #ff5e13 #ff13b4

Monochromatic Colors of #ff133e

#ff133e

Complementary Color

#ff133e #13ffd4

#ff133e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff133e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff133e Color CSS Codes

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

#ff133e Text Font Color

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

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


#ff133e Background Color

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

This div background color is #ff133e


#ff133e Border Color

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

This div border color is #ff133e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff133e


Comments

No comments written yet.

Please login to write comment.