Color Hex Logo

#df361b Color Hex

#DF361B
(223,54,27)
0 Favorites   0 Comments

Color spaces of #df361b

RGB 2235427
HSL0.020.780.49
HSV88°87°
CMYK 0.000.760.88   0.13
XYZ31.948418.40542.9056
Yxy18.40540.59990.3456
Hunter Lab42.901557.849826.0155
CIE-Lab49.984263.233953.9997

#df361b color RGB value is (223,54,27).

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

The process color (four color CMYK) of #df361b color hex is 0.00, 0.76, 0.88, 0.13. Web safe color of #df361b is #cc3333. Color #df361b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110110 00011011
Octal 337 66 33
Decimal 223 54 27
Hex DF 36 1B

RGB Percentages of Color #df361b

%73.36
%17.76
%8.88

CMYK Percentages of Color #df361b

%0
%76
%88
%13

Triadic Colors of #df361b

#df361b #1bdf36 #361bdf

Analogous Colors of #df361b

#df361b #df981b #df1b62

Monochromatic Colors of #df361b

#df361b

Complementary Color

#df361b #1bc4df

#df361b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df361b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df361b Color CSS Codes

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

#df361b Text Font Color

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

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


#df361b Background Color

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

This div background color is #df361b


#df361b Border Color

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

This div border color is #df361b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df361b


Comments

No comments written yet.

Please login to write comment.