Color Hex Logo

#df301e Color Hex

#DF301E
(223,48,30)
0 Favorites   0 Comments

Color spaces of #df301e

RGB 2234830
HSL0.020.760.50
HSV87°87°
CMYK 0.000.780.87   0.13
XYZ31.722717.89563.0105
Yxy17.89560.60280.3400
Hunter Lab42.303259.824625.3929
CIE-Lab49.369265.063952.2287

#df301e color RGB value is (223,48,30).

#df301e hex color red value is 223, green value is 48 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #df301e hue: 0.02 , saturation: 0.76 and the lightness value of df301e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110000 00011110
Octal 337 60 36
Decimal 223 48 30
Hex DF 30 1E

RGB Percentages of Color #df301e

%74.09
%15.95
%9.97

CMYK Percentages of Color #df301e

%0
%78
%87
%13

Triadic Colors of #df301e

#df301e #1edf30 #301edf

Analogous Colors of #df301e

#df301e #df911e #df1e6d

Monochromatic Colors of #df301e

#df301e

Complementary Color

#df301e #1ecddf

#df301e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df301e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df301e Color CSS Codes

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

#df301e Text Font Color

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

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


#df301e Background Color

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

This div background color is #df301e


#df301e Border Color

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

This div border color is #df301e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df301e


Comments

No comments written yet.

Please login to write comment.