Color Hex Logo

#df041f Color Hex

#DF041F
(223,4,31)
0 Favorites   0 Comments

Color spaces of #df041f

RGB 223431
HSL0.980.960.45
HSV353°98°87°
CMYK 0.000.980.86   0.13
XYZ30.722215.87372.7410
Yxy15.87370.62270.3217
Hunter Lab39.841867.919023.8103
CIE-Lab46.808372.417049.6747

#df041f color RGB value is (223,4,31).

#df041f hex color red value is 223, green value is 4 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #df041f hue: 0.98 , saturation: 0.96 and the lightness value of df041f is 0.45.

The process color (four color CMYK) of #df041f color hex is 0.00, 0.98, 0.86, 0.13. Web safe color of #df041f is #cc0033. Color #df041f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000100 00011111
Octal 337 4 37
Decimal 223 4 31
Hex DF 4 1F

RGB Percentages of Color #df041f

%86.43
%1.55
%12.02

CMYK Percentages of Color #df041f

%0
%98
%86
%13

Triadic Colors of #df041f

#df041f #1fdf04 #041fdf

Analogous Colors of #df041f

#df041f #df5604 #df048d

Monochromatic Colors of #df041f

#df041f

Complementary Color

#df041f #04dfc4

#df041f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df041f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df041f Color CSS Codes

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

#df041f Text Font Color

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

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


#df041f Background Color

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

This div background color is #df041f


#df041f Border Color

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

This div border color is #df041f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df041f


Comments

No comments written yet.

Please login to write comment.