Color Hex Logo

#df332b Color Hex

#DF332B
(223,51,43)
0 Favorites   0 Comments

Color spaces of #df332b

RGB 2235143
HSL0.010.740.52
HSV81°87°
CMYK 0.000.770.81   0.13
XYZ32.051318.23004.1150
Yxy18.23000.58920.3351
Hunter Lab42.696659.276524.1734
CIE-Lab49.773964.513146.2862

#df332b color RGB value is (223,51,43).

#df332b hex color red value is 223, green value is 51 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #df332b hue: 0.01 , saturation: 0.74 and the lightness value of df332b is 0.52.

The process color (four color CMYK) of #df332b color hex is 0.00, 0.77, 0.81, 0.13. Web safe color of #df332b is #cc3333. Color #df332b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110011 00101011
Octal 337 63 53
Decimal 223 51 43
Hex DF 33 2B

RGB Percentages of Color #df332b

%70.35
%16.09
%13.56

CMYK Percentages of Color #df332b

%0
%77
%81
%13

Triadic Colors of #df332b

#df332b #2bdf33 #332bdf

Analogous Colors of #df332b

#df332b #df8d2b #df2b7d

Monochromatic Colors of #df332b

#df332b

Complementary Color

#df332b #2bd7df

#df332b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df332b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df332b Color CSS Codes

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

#df332b Text Font Color

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

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


#df332b Background Color

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

This div background color is #df332b


#df332b Border Color

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

This div border color is #df332b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df332b


Comments

No comments written yet.

Please login to write comment.