Color Hex Logo

#df321f Color Hex

#DF321F
(223,50,31)
0 Favorites   0 Comments

Color spaces of #df321f

RGB 2235031
HSL0.020.760.50
HSV86°87°
CMYK 0.000.780.86   0.13
XYZ31.819318.06813.1068
Yxy18.06810.60040.3409
Hunter Lab42.506659.233825.4211
CIE-Lab49.578664.513151.9516

#df321f color RGB value is (223,50,31).

#df321f hex color red value is 223, green value is 50 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #df321f hue: 0.02 , saturation: 0.76 and the lightness value of df321f is 0.50.

The process color (four color CMYK) of #df321f color hex is 0.00, 0.78, 0.86, 0.13. Web safe color of #df321f is #cc3333. Color #df321f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110010 00011111
Octal 337 62 37
Decimal 223 50 31
Hex DF 32 1F

RGB Percentages of Color #df321f

%73.36
%16.45
%10.20

CMYK Percentages of Color #df321f

%0
%78
%86
%13

Triadic Colors of #df321f

#df321f #1fdf32 #321fdf

Analogous Colors of #df321f

#df321f #df921f #df1f6c

Monochromatic Colors of #df321f

#df321f

Complementary Color

#df321f #1fccdf

#df321f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df321f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df321f Color CSS Codes

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

#df321f Text Font Color

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

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


#df321f Background Color

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

This div background color is #df321f


#df321f Border Color

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

This div border color is #df321f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df321f


Comments

No comments written yet.

Please login to write comment.