Color Hex Logo

#df140a Color Hex

#DF140A
(223,20,10)
0 Favorites   0 Comments

Color spaces of #df140a

RGB 2232010
HSL0.010.910.46
HSV96°87°
CMYK 0.000.910.96   0.13
XYZ30.736416.21021.7961
Yxy16.21020.63060.3326
Hunter Lab40.261965.810725.5384
CIE-Lab47.249170.570258.1381

#df140a color RGB value is (223,20,10).

#df140a hex color red value is 223, green value is 20 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #df140a hue: 0.01 , saturation: 0.91 and the lightness value of df140a is 0.46.

The process color (four color CMYK) of #df140a color hex is 0.00, 0.91, 0.96, 0.13. Web safe color of #df140a is #cc0000. Color #df140a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010100 00001010
Octal 337 24 12
Decimal 223 20 10
Hex DF 14 A

RGB Percentages of Color #df140a

%88.14
%7.91
%3.95

CMYK Percentages of Color #df140a

%0
%91
%96
%13

Triadic Colors of #df140a

#df140a #0adf14 #140adf

Analogous Colors of #df140a

#df140a #df7f0a #df0a6b

Monochromatic Colors of #df140a

#df140a

Complementary Color

#df140a #0ad5df

#df140a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df140a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df140a Color CSS Codes

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

#df140a Text Font Color

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

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


#df140a Background Color

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

This div background color is #df140a


#df140a Border Color

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

This div border color is #df140a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df140a


Comments

No comments written yet.

Please login to write comment.