Color Hex Logo

#f4242d Color Hex

#F4242D
(244,36,45)
0 Favorites   0 Comments

Color spaces of #f4242d

RGB 2443645
HSL0.990.900.55
HSV357°85°96°
CMYK 0.000.850.82   0.04
XYZ38.412820.68434.4505
Yxy20.68430.60450.3255
Hunter Lab45.480071.172726.0341
CIE-Lab52.602273.972149.3860

#f4242d color RGB value is (244,36,45).

#f4242d hex color red value is 244, green value is 36 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #f4242d hue: 0.99 , saturation: 0.90 and the lightness value of f4242d is 0.55.

The process color (four color CMYK) of #f4242d color hex is 0.00, 0.85, 0.82, 0.04. Web safe color of #f4242d is #ff3333. Color #f4242d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100100 00101101
Octal 364 44 55
Decimal 244 36 45
Hex F4 24 2D

RGB Percentages of Color #f4242d

%75.08
%11.08
%13.85

CMYK Percentages of Color #f4242d

%0
%85
%82
%4

Triadic Colors of #f4242d

#f4242d #2df424 #242df4

Analogous Colors of #f4242d

#f4242d #f48324 #f42495

Monochromatic Colors of #f4242d

#f4242d

Complementary Color

#f4242d #24f4eb

#f4242d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4242d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4242d Color CSS Codes

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

#f4242d Text Font Color

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

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


#f4242d Background Color

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

This div background color is #f4242d


#f4242d Border Color

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

This div border color is #f4242d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4242d


Comments

No comments written yet.

Please login to write comment.