Color Hex Logo

#ff0f11 Color Hex

#FF0F11
(255,15,17)
0 Favorites   0 Comments

Color spaces of #ff0f11

RGB 2551517
HSL1.001.000.53
HSV360°94°100°
CMYK 0.000.940.93   0.00
XYZ41.512021.64212.5197
Yxy21.64210.63210.3295
Hunter Lab46.521177.868529.3535
CIE-Lab53.645279.162563.0843

#ff0f11 color RGB value is (255,15,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001111 00010001
Octal 377 17 21
Decimal 255 15 17
Hex FF F 11

RGB Percentages of Color #ff0f11

%88.85
%5.23
%5.92

CMYK Percentages of Color #ff0f11

%0
%94
%93
%0

Triadic Colors of #ff0f11

#ff0f11 #11ff0f #0f11ff

Analogous Colors of #ff0f11

#ff0f11 #ff850f #ff0f89

Monochromatic Colors of #ff0f11

#ff0f11

Complementary Color

#ff0f11 #0ffffd

#ff0f11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff0f11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff0f11 Color CSS Codes

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

#ff0f11 Text Font Color

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

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


#ff0f11 Background Color

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

This div background color is #ff0f11


#ff0f11 Border Color

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

This div border color is #ff0f11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff0f11

Related Colors


Comments

No comments written yet.

Please login to write comment.