Color Hex Logo

#ff041c Color Hex

#FF041C
(255,4,28)
0 Favorites   0 Comments

Color spaces of #ff041c

RGB 255428
HSL0.981.000.51
HSV354°98°100°
CMYK 0.000.980.89   0.00
XYZ41.493021.43073.0482
Yxy21.43070.62890.3248
Hunter Lab46.293378.977528.5013
CIE-Lab53.417780.085258.9574

#ff041c color RGB value is (255,4,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000100 00011100
Octal 377 4 34
Decimal 255 4 28
Hex FF 4 1C

RGB Percentages of Color #ff041c

%88.85
%1.39
%9.76

CMYK Percentages of Color #ff041c

%0
%98
%89
%0

Triadic Colors of #ff041c

#ff041c #1cff04 #041cff

Analogous Colors of #ff041c

#ff041c #ff6a04 #ff049a

Monochromatic Colors of #ff041c

#ff041c

Complementary Color

#ff041c #04ffe7

#ff041c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff041c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff041c Color CSS Codes

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

#ff041c Text Font Color

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

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


#ff041c Background Color

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

This div background color is #ff041c


#ff041c Border Color

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

This div border color is #ff041c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff041c


Comments

No comments written yet.

Please login to write comment.