Color Hex Logo

#df122e Color Hex

#DF122E
(223,18,46)
0 Favorites   0 Comments

Color spaces of #df122e

RGB 2231846
HSL0.980.850.47
HSV352°92°87°
CMYK 0.000.920.79   0.13
XYZ31.140916.31784.0931
Yxy16.31780.60410.3165
Hunter Lab40.395366.914622.2691
CIE-Lab47.388771.467342.2930

#df122e color RGB value is (223,18,46).

#df122e hex color red value is 223, green value is 18 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #df122e hue: 0.98 , saturation: 0.85 and the lightness value of df122e is 0.47.

The process color (four color CMYK) of #df122e color hex is 0.00, 0.92, 0.79, 0.13. Web safe color of #df122e is #cc0033. Color #df122e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010010 00101110
Octal 337 22 56
Decimal 223 18 46
Hex DF 12 2E

RGB Percentages of Color #df122e

%77.70
%6.27
%16.03

CMYK Percentages of Color #df122e

%0
%92
%79
%13

Triadic Colors of #df122e

#df122e #2edf12 #122edf

Analogous Colors of #df122e

#df122e #df5d12 #df1295

Monochromatic Colors of #df122e

#df122e

Complementary Color

#df122e #12dfc3

#df122e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df122e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df122e Color CSS Codes

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

#df122e Text Font Color

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

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


#df122e Background Color

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

This div background color is #df122e


#df122e Border Color

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

This div border color is #df122e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df122e


Comments

No comments written yet.

Please login to write comment.