Color Hex Logo

#f01737 Color Hex

#F01737
(240,23,55)
0 Favorites   0 Comments

Color spaces of #f01737

RGB 2402355
HSL0.980.880.52
HSV351°90°94°
CMYK 0.000.900.77   0.06
XYZ36.931219.41395.4152
Yxy19.41390.59800.3143
Hunter Lab44.061272.507923.5560
CIE-Lab51.168075.339042.2571

#f01737 color RGB value is (240,23,55).

#f01737 hex color red value is 240, green value is 23 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #f01737 hue: 0.98 , saturation: 0.88 and the lightness value of f01737 is 0.52.

The process color (four color CMYK) of #f01737 color hex is 0.00, 0.90, 0.77, 0.06. Web safe color of #f01737 is #ff0033. Color #f01737 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010111 00110111
Octal 360 27 67
Decimal 240 23 55
Hex F0 17 37

RGB Percentages of Color #f01737

%75.47
%7.23
%17.30

CMYK Percentages of Color #f01737

%0
%90
%77
%6

Triadic Colors of #f01737

#f01737 #37f017 #1737f0

Analogous Colors of #f01737

#f01737 #f06317 #f017a4

Monochromatic Colors of #f01737

#f01737

Complementary Color

#f01737 #17f0d0

#f01737 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01737 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01737 Color CSS Codes

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

#f01737 Text Font Color

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

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


#f01737 Background Color

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

This div background color is #f01737


#f01737 Border Color

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

This div border color is #f01737


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01737


Comments

No comments written yet.

Please login to write comment.