Color Hex Logo

#df0311 Color Hex

#DF0311
(223,3,17)
0 Favorites   0 Comments

Color spaces of #df0311

RGB 223317
HSL0.990.970.44
HSV356°99°87°
CMYK 0.000.990.92   0.13
XYZ30.565215.79361.9678
Yxy15.79360.63250.3268
Hunter Lab39.741267.738524.8830
CIE-Lab46.702572.287655.6226

#df0311 color RGB value is (223,3,17).

#df0311 hex color red value is 223, green value is 3 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #df0311 hue: 0.99 , saturation: 0.97 and the lightness value of df0311 is 0.44.

The process color (four color CMYK) of #df0311 color hex is 0.00, 0.99, 0.92, 0.13. Web safe color of #df0311 is #cc0000. Color #df0311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000011 00010001
Octal 337 3 21
Decimal 223 3 17
Hex DF 3 11

RGB Percentages of Color #df0311

%91.77
%1.23
%7.00

CMYK Percentages of Color #df0311

%0
%99
%92
%13

Triadic Colors of #df0311

#df0311 #11df03 #0311df

Analogous Colors of #df0311

#df0311 #df6303 #df037f

Monochromatic Colors of #df0311

#df0311

Complementary Color

#df0311 #03dfd1

#df0311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df0311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df0311 Color CSS Codes

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

#df0311 Text Font Color

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

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


#df0311 Background Color

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

This div background color is #df0311


#df0311 Border Color

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

This div border color is #df0311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df0311


Comments

No comments written yet.

Please login to write comment.