Color Hex Logo

#df151b Color Hex

#DF151B
(223,21,27)
0 Favorites   0 Comments

Color spaces of #df151b

RGB 2232127
HSL1.000.830.48
HSV358°91°87°
CMYK 0.000.910.88   0.13
XYZ30.897416.30342.5553
Yxy16.30340.62100.3277
Hunter Lab40.377565.930124.5120
CIE-Lab47.370170.646951.9979

#df151b color RGB value is (223,21,27).

#df151b hex color red value is 223, green value is 21 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #df151b hue: 1.00 , saturation: 0.83 and the lightness value of df151b is 0.48.

The process color (four color CMYK) of #df151b color hex is 0.00, 0.91, 0.88, 0.13. Web safe color of #df151b is #cc0033. Color #df151b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010101 00011011
Octal 337 25 33
Decimal 223 21 27
Hex DF 15 1B

RGB Percentages of Color #df151b

%82.29
%7.75
%9.96

CMYK Percentages of Color #df151b

%0
%91
%88
%13

Triadic Colors of #df151b

#df151b #1bdf15 #151bdf

Analogous Colors of #df151b

#df151b #df7415 #df1580

Monochromatic Colors of #df151b

#df151b

Complementary Color

#df151b #15dfd9

#df151b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df151b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df151b Color CSS Codes

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

#df151b Text Font Color

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

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


#df151b Background Color

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

This div background color is #df151b


#df151b Border Color

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

This div border color is #df151b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df151b


Comments

No comments written yet.

Please login to write comment.