Color Hex Logo

#df142b Color Hex

#DF142B
(223,20,43)
0 Favorites   0 Comments

Color spaces of #df142b

RGB 2232043
HSL0.980.840.48
HSV353°91°87°
CMYK 0.000.910.81   0.13
XYZ31.117616.36273.8037
Yxy16.36270.60680.3191
Hunter Lab40.450866.525722.7404
CIE-Lab47.446871.130944.0109

#df142b color RGB value is (223,20,43).

#df142b hex color red value is 223, green value is 20 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #df142b hue: 0.98 , saturation: 0.84 and the lightness value of df142b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010100 00101011
Octal 337 24 53
Decimal 223 20 43
Hex DF 14 2B

RGB Percentages of Color #df142b

%77.97
%6.99
%15.03

CMYK Percentages of Color #df142b

%0
%91
%81
%13

Triadic Colors of #df142b

#df142b #2bdf14 #142bdf

Analogous Colors of #df142b

#df142b #df6314 #df1491

Monochromatic Colors of #df142b

#df142b

Complementary Color

#df142b #14dfc8

#df142b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df142b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df142b Color CSS Codes

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

#df142b Text Font Color

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

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


#df142b Background Color

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

This div background color is #df142b


#df142b Border Color

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

This div border color is #df142b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df142b


Comments

No comments written yet.

Please login to write comment.