Color Hex Logo

#df221a Color Hex

#DF221A
(223,34,26)
0 Favorites   0 Comments

Color spaces of #df221a

RGB 2233426
HSL0.010.790.49
HSV88°87°
CMYK 0.000.850.88   0.13
XYZ31.189916.90662.5967
Yxy16.90660.61530.3335
Hunter Lab41.117663.445825.0380
CIE-Lab48.142168.400453.0215

#df221a color RGB value is (223,34,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100010 00011010
Octal 337 42 32
Decimal 223 34 26
Hex DF 22 1A

RGB Percentages of Color #df221a

%78.80
%12.01
%9.19

CMYK Percentages of Color #df221a

%0
%85
%88
%13

Triadic Colors of #df221a

#df221a #1adf22 #221adf

Analogous Colors of #df221a

#df221a #df851a #df1a75

Monochromatic Colors of #df221a

#df221a

Complementary Color

#df221a #1ad7df

#df221a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df221a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df221a Color CSS Codes

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

#df221a Text Font Color

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

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


#df221a Background Color

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

This div background color is #df221a


#df221a Border Color

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

This div border color is #df221a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df221a


Comments

No comments written yet.

Please login to write comment.