Color Hex Logo

#df132b Color Hex

#DF132B
(223,19,43)
0 Favorites   0 Comments

Color spaces of #df132b

RGB 2231943
HSL0.980.840.47
HSV353°91°87°
CMYK 0.000.910.81   0.13
XYZ31.100316.32813.7980
Yxy16.32810.60710.3187
Hunter Lab40.408066.669522.7129
CIE-Lab47.402071.259943.9665

#df132b color RGB value is (223,19,43).

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

The process color (four color CMYK) of #df132b color hex is 0.00, 0.91, 0.81, 0.13. Web safe color of #df132b is #cc0033. Color #df132b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010011 00101011
Octal 337 23 53
Decimal 223 19 43
Hex DF 13 2B

RGB Percentages of Color #df132b

%78.25
%6.67
%15.09

CMYK Percentages of Color #df132b

%0
%91
%81
%13

Triadic Colors of #df132b

#df132b #2bdf13 #132bdf

Analogous Colors of #df132b

#df132b #df6113 #df1391

Monochromatic Colors of #df132b

#df132b

Complementary Color

#df132b #13dfc7

#df132b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df132b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df132b Color CSS Codes

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

#df132b Text Font Color

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

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


#df132b Background Color

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

This div background color is #df132b


#df132b Border Color

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

This div border color is #df132b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df132b


Comments

No comments written yet.

Please login to write comment.