Color Hex Logo

#ff1133 Color Hex

#FF1133
(255,17,51)
3 Favorites   0 Comments

Color spaces of #ff1133

RGB 2551751
HSL0.981.000.53
HSV351°93°100°
CMYK 0.000.930.80   0.00
XYZ42.038021.89995.1434
Yxy21.89990.60850.3170
Hunter Lab46.797378.451126.2417
CIE-Lab53.920679.570848.2547

#ff1133 color RGB value is (255,17,51). This hex color code is also a web safe color which is equal to #F13.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010001 00110011
Octal 377 21 63
Decimal 255 17 51
Hex FF 11 33

RGB Percentages of Color #ff1133

%78.95
%5.26
%15.79

CMYK Percentages of Color #ff1133

%0
%93
%80
%0

Triadic Colors of #ff1133

#ff1133 #33ff11 #1133ff

Analogous Colors of #ff1133

#ff1133 #ff6611 #ff11aa

Monochromatic Colors of #ff1133

#ff1133

Complementary Color

#ff1133 #11ffdd

#ff1133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff1133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff1133 Color CSS Codes

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

#ff1133 Text Font Color

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

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


#ff1133 Background Color

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

This div background color is #ff1133


#ff1133 Border Color

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

This div border color is #ff1133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff1133

Related Colors


Comments

No comments written yet.

Please login to write comment.