Color Hex Logo

#f01419 Color Hex

#F01419
(240,20,25)
0 Favorites   0 Comments

Color spaces of #f01419

RGB 2402025
HSL1.000.880.51
HSV359°92°94°
CMYK 0.000.920.90   0.06
XYZ36.360819.09582.6891
Yxy19.09580.62530.3284
Hunter Lab43.698772.053326.9406
CIE-Lab50.799175.040956.9276

#f01419 color RGB value is (240,20,25).

#f01419 hex color red value is 240, green value is 20 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #f01419 hue: 1.00 , saturation: 0.88 and the lightness value of f01419 is 0.51.

The process color (four color CMYK) of #f01419 color hex is 0.00, 0.92, 0.90, 0.06. Web safe color of #f01419 is #ff0000. Color #f01419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010100 00011001
Octal 360 24 31
Decimal 240 20 25
Hex F0 14 19

RGB Percentages of Color #f01419

%84.21
%7.02
%8.77

CMYK Percentages of Color #f01419

%0
%92
%90
%6

Triadic Colors of #f01419

#f01419 #19f014 #1419f0

Analogous Colors of #f01419

#f01419 #f07d14 #f01487

Monochromatic Colors of #f01419

#f01419

Complementary Color

#f01419 #14f0eb

#f01419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01419 Color CSS Codes

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

#f01419 Text Font Color

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

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


#f01419 Background Color

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

This div background color is #f01419


#f01419 Border Color

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

This div border color is #f01419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01419


Comments

No comments written yet.

Please login to write comment.