Color Hex Logo

#f4271f Color Hex

#F4271F
(244,39,31)
0 Favorites   0 Comments

Color spaces of #f4271f

RGB 2443931
HSL0.010.910.54
HSV87°96°
CMYK 0.000.840.87   0.04
XYZ38.281120.78313.2902
Yxy20.78310.61390.3333
Hunter Lab45.588570.108427.6329
CIE-Lab52.711373.079156.1731

#f4271f color RGB value is (244,39,31).

#f4271f hex color red value is 244, green value is 39 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #f4271f hue: 0.01 , saturation: 0.91 and the lightness value of f4271f is 0.54.

The process color (four color CMYK) of #f4271f color hex is 0.00, 0.84, 0.87, 0.04. Web safe color of #f4271f is #ff3333. Color #f4271f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100111 00011111
Octal 364 47 37
Decimal 244 39 31
Hex F4 27 1F

RGB Percentages of Color #f4271f

%77.71
%12.42
%9.87

CMYK Percentages of Color #f4271f

%0
%84
%87
%4

Triadic Colors of #f4271f

#f4271f #1ff427 #271ff4

Analogous Colors of #f4271f

#f4271f #f4921f #f41f82

Monochromatic Colors of #f4271f

#f4271f

Complementary Color

#f4271f #1fecf4

#f4271f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4271f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4271f Color CSS Codes

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

#f4271f Text Font Color

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

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


#f4271f Background Color

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

This div background color is #f4271f


#f4271f Border Color

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

This div border color is #f4271f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,39,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4271f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4271f;
  -webkit-box-shadow: 1px 1px 3px 2px #f4271f;
  box-shadow:         1px 1px 3px 2px #f4271f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,39,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4271f


Comments

No comments written yet.

Please login to write comment.