Color Hex Logo

#f0291d Color Hex

#F0291D
(240,41,29)
0 Favorites   0 Comments

Color spaces of #f0291d

RGB 2404129
HSL0.010.880.53
HSV88°94°
CMYK 0.000.830.88   0.06
XYZ36.949920.19983.1139
Yxy20.19980.61310.3352
Hunter Lab44.944268.097627.3531
CIE-Lab52.062471.545556.1874

#f0291d color RGB value is (240,41,29).

#f0291d hex color red value is 240, green value is 41 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #f0291d hue: 0.01 , saturation: 0.88 and the lightness value of f0291d is 0.53.

The process color (four color CMYK) of #f0291d color hex is 0.00, 0.83, 0.88, 0.06. Web safe color of #f0291d is #ff3333. Color #f0291d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101001 00011101
Octal 360 51 35
Decimal 240 41 29
Hex F0 29 1D

RGB Percentages of Color #f0291d

%77.42
%13.23
%9.35

CMYK Percentages of Color #f0291d

%0
%83
%88
%6

Triadic Colors of #f0291d

#f0291d #1df029 #291df0

Analogous Colors of #f0291d

#f0291d #f0931d #f01d7b

Monochromatic Colors of #f0291d

#f0291d

Complementary Color

#f0291d #1de4f0

#f0291d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0291d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0291d Color CSS Codes

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

#f0291d Text Font Color

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

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


#f0291d Background Color

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

This div background color is #f0291d


#f0291d Border Color

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

This div border color is #f0291d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,41,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 #f0291d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0291d


Comments

No comments written yet.

Please login to write comment.