Color Hex Logo

#f4301d Color Hex

#F4301D
(244,48,29)
0 Favorites   0 Comments

Color spaces of #f4301d

RGB 2444829
HSL0.010.910.54
HSV88°96°
CMYK 0.000.800.88   0.04
XYZ38.587021.43573.2661
Yxy21.43570.60970.3387
Hunter Lab46.298767.745628.2265
CIE-Lab53.423170.992057.5528

#f4301d color RGB value is (244,48,29).

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

The process color (four color CMYK) of #f4301d color hex is 0.00, 0.80, 0.88, 0.04. Web safe color of #f4301d is #ff3333. Color #f4301d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110000 00011101
Octal 364 60 35
Decimal 244 48 29
Hex F4 30 1D

RGB Percentages of Color #f4301d

%76.01
%14.95
%9.03

CMYK Percentages of Color #f4301d

%0
%80
%88
%4

Triadic Colors of #f4301d

#f4301d #1df430 #301df4

Analogous Colors of #f4301d

#f4301d #f49c1d #f41d76

Monochromatic Colors of #f4301d

#f4301d

Complementary Color

#f4301d #1de1f4

#f4301d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4301d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4301d Color CSS Codes

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

#f4301d Text Font Color

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

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


#f4301d Background Color

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

This div background color is #f4301d


#f4301d Border Color

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

This div border color is #f4301d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4301d


Comments

No comments written yet.

Please login to write comment.