Color Hex Logo

#ff041d Color Hex

#FF041D
(255,4,29)
0 Favorites   0 Comments

Color spaces of #ff041d

RGB 255429
HSL0.981.000.51
HSV354°98°100°
CMYK 0.000.980.89   0.00
XYZ41.505221.43553.1123
Yxy21.43550.62840.3245
Hunter Lab46.298578.997528.4233
CIE-Lab53.422980.100158.5436

#ff041d color RGB value is (255,4,29).

#ff041d hex color red value is 255, green value is 4 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ff041d hue: 0.98 , saturation: 1.00 and the lightness value of ff041d is 0.51.

The process color (four color CMYK) of #ff041d color hex is 0.00, 0.98, 0.89, 0.00. Web safe color of #ff041d is #ff0033. Color #ff041d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000100 00011101
Octal 377 4 35
Decimal 255 4 29
Hex FF 4 1D

RGB Percentages of Color #ff041d

%88.54
%1.39
%10.07

CMYK Percentages of Color #ff041d

%0
%98
%89
%0

Triadic Colors of #ff041d

#ff041d #1dff04 #041dff

Analogous Colors of #ff041d

#ff041d #ff6904 #ff049b

Monochromatic Colors of #ff041d

#ff041d

Complementary Color

#ff041d #04ffe6

#ff041d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff041d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff041d Color CSS Codes

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

#ff041d Text Font Color

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

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


#ff041d Background Color

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

This div background color is #ff041d


#ff041d Border Color

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

This div border color is #ff041d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff041d


Comments

No comments written yet.

Please login to write comment.