Color Hex Logo

#df301d Color Hex

#DF301D
(223,48,29)
0 Favorites   0 Comments

Color spaces of #df301d

RGB 2234829
HSL0.020.770.49
HSV87°87°
CMYK 0.000.780.87   0.13
XYZ31.710117.89062.9443
Yxy17.89060.60350.3405
Hunter Lab42.297359.800525.4809
CIE-Lab49.363165.044252.6648

#df301d color RGB value is (223,48,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110000 00011101
Octal 337 60 35
Decimal 223 48 29
Hex DF 30 1D

RGB Percentages of Color #df301d

%74.33
%16.00
%9.67

CMYK Percentages of Color #df301d

%0
%78
%87
%13

Triadic Colors of #df301d

#df301d #1ddf30 #301ddf

Analogous Colors of #df301d

#df301d #df911d #df1d6b

Monochromatic Colors of #df301d

#df301d

Complementary Color

#df301d #1dccdf

#df301d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df301d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df301d Color CSS Codes

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

#df301d Text Font Color

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

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


#df301d Background Color

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

This div background color is #df301d


#df301d Border Color

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

This div border color is #df301d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df301d


Comments

No comments written yet.

Please login to write comment.