Color Hex Logo

#f4130d Color Hex

#F4130D
(244,19,13)
0 Favorites   0 Comments

Color spaces of #f4130d

RGB 2441913
HSL0.000.910.50
HSV95°96°
CMYK 0.000.920.95   0.04
XYZ37.613719.72792.2062
Yxy19.72790.63170.3313
Hunter Lab44.416173.434228.1463
CIE-Lab51.528276.020361.9034

#f4130d color RGB value is (244,19,13).

#f4130d hex color red value is 244, green value is 19 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #f4130d hue: 0.00 , saturation: 0.91 and the lightness value of f4130d is 0.50.

The process color (four color CMYK) of #f4130d color hex is 0.00, 0.92, 0.95, 0.04. Web safe color of #f4130d is #ff0000. Color #f4130d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010011 00001101
Octal 364 23 15
Decimal 244 19 13
Hex F4 13 D

RGB Percentages of Color #f4130d

%88.41
%6.88
%4.71

CMYK Percentages of Color #f4130d

%0
%92
%95
%4

Triadic Colors of #f4130d

#f4130d #0df413 #130df4

Analogous Colors of #f4130d

#f4130d #f4870d #f40d7b

Monochromatic Colors of #f4130d

#f4130d

Complementary Color

#f4130d #0deef4

#f4130d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4130d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4130d Color CSS Codes

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

#f4130d Text Font Color

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

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


#f4130d Background Color

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

This div background color is #f4130d


#f4130d Border Color

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

This div border color is #f4130d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4130d


Comments

No comments written yet.

Please login to write comment.