Color Hex Logo

#df011f Color Hex

#DF011F
(223,1,31)
0 Favorites   0 Comments

Color spaces of #df011f

RGB 223131
HSL0.980.990.44
HSV352°100°87°
CMYK 0.001.000.86   0.13
XYZ30.689615.80862.7302
Yxy15.80860.62340.3211
Hunter Lab39.760068.198923.7608
CIE-Lab46.722472.666149.6035

#df011f color RGB value is (223,1,31).

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

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

Base Numbers

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

RGB Percentages of Color #df011f

%87.45
%0.39
%12.16

CMYK Percentages of Color #df011f

%0
%100
%86
%13

Triadic Colors of #df011f

#df011f #1fdf01 #011fdf

Analogous Colors of #df011f

#df011f #df5201 #df018e

Monochromatic Colors of #df011f

#df011f

Complementary Color

#df011f #01dfc1

#df011f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df011f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df011f Color CSS Codes

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

#df011f Text Font Color

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

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


#df011f Background Color

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

This div background color is #df011f


#df011f Border Color

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

This div border color is #df011f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df011f


Comments

No comments written yet.

Please login to write comment.