Color Hex Logo

#df321a Color Hex

#DF321A
(223,50,26)
0 Favorites   0 Comments

Color spaces of #df321a

RGB 2235026
HSL0.020.790.49
HSV88°87°
CMYK 0.000.780.88   0.13
XYZ31.758518.04382.7862
Yxy18.04380.60390.3431
Hunter Lab42.478059.118325.8457
CIE-Lab49.549264.418654.0798

#df321a color RGB value is (223,50,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110010 00011010
Octal 337 62 32
Decimal 223 50 26
Hex DF 32 1A

RGB Percentages of Color #df321a

%74.58
%16.72
%8.70

CMYK Percentages of Color #df321a

%0
%78
%88
%13

Triadic Colors of #df321a

#df321a #1adf32 #321adf

Analogous Colors of #df321a

#df321a #df951a #df1a65

Monochromatic Colors of #df321a

#df321a

Complementary Color

#df321a #1ac7df

#df321a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df321a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df321a Color CSS Codes

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

#df321a Text Font Color

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

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


#df321a Background Color

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

This div background color is #df321a


#df321a Border Color

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

This div border color is #df321a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df321a


Comments

No comments written yet.

Please login to write comment.