Color Hex Logo

#df3b2b Color Hex

#DF3B2B
(223,59,43)
0 Favorites   0 Comments

Color spaces of #df3b2b

RGB 2235943
HSL0.010.740.52
HSV81°87°
CMYK 0.000.740.81   0.13
XYZ32.431418.99034.2417
Yxy18.99030.58260.3412
Hunter Lab43.577956.581524.7334
CIE-Lab50.675961.995647.1594

#df3b2b color RGB value is (223,59,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111011 00101011
Octal 337 73 53
Decimal 223 59 43
Hex DF 3B 2B

RGB Percentages of Color #df3b2b

%68.62
%18.15
%13.23

CMYK Percentages of Color #df3b2b

%0
%74
%81
%13

Triadic Colors of #df3b2b

#df3b2b #2bdf3b #3b2bdf

Analogous Colors of #df3b2b

#df3b2b #df952b #df2b75

Monochromatic Colors of #df3b2b

#df3b2b

Complementary Color

#df3b2b #2bcfdf

#df3b2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3b2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3b2b Color CSS Codes

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

#df3b2b Text Font Color

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

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


#df3b2b Background Color

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

This div background color is #df3b2b


#df3b2b Border Color

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

This div border color is #df3b2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3b2b


Comments

No comments written yet.

Please login to write comment.