Color Hex Logo

#df312b Color Hex

#DF312B
(223,49,43)
0 Favorites   0 Comments

Color spaces of #df312b

RGB 2234943
HSL0.010.740.52
HSV81°87°
CMYK 0.000.780.81   0.13
XYZ31.965818.05904.0865
Yxy18.05900.59070.3337
Hunter Lab42.495959.901624.0457
CIE-Lab49.567665.092646.0858

#df312b color RGB value is (223,49,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110001 00101011
Octal 337 61 53
Decimal 223 49 43
Hex DF 31 2B

RGB Percentages of Color #df312b

%70.79
%15.56
%13.65

CMYK Percentages of Color #df312b

%0
%78
%81
%13

Triadic Colors of #df312b

#df312b #2bdf31 #312bdf

Analogous Colors of #df312b

#df312b #df8b2b #df2b7f

Monochromatic Colors of #df312b

#df312b

Complementary Color

#df312b #2bd9df

#df312b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df312b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df312b Color CSS Codes

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

#df312b Text Font Color

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

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


#df312b Background Color

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

This div background color is #df312b


#df312b Border Color

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

This div border color is #df312b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df312b


Comments

No comments written yet.

Please login to write comment.