Color Hex Logo

#df130a Color Hex

#DF130A
(223,19,10)
0 Favorites   0 Comments

Color spaces of #df130a

RGB 2231910
HSL0.010.910.46
HSV96°87°
CMYK 0.000.910.96   0.13
XYZ30.719116.17561.7903
Yxy16.17560.63100.3323
Hunter Lab40.218965.954825.5140
CIE-Lab47.204070.699958.1153

#df130a color RGB value is (223,19,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010011 00001010
Octal 337 23 12
Decimal 223 19 10
Hex DF 13 A

RGB Percentages of Color #df130a

%88.49
%7.54
%3.97

CMYK Percentages of Color #df130a

%0
%91
%96
%13

Triadic Colors of #df130a

#df130a #0adf13 #130adf

Analogous Colors of #df130a

#df130a #df7e0a #df0a6c

Monochromatic Colors of #df130a

#df130a

Complementary Color

#df130a #0ad6df

#df130a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df130a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df130a Color CSS Codes

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

#df130a Text Font Color

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

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


#df130a Background Color

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

This div background color is #df130a


#df130a Border Color

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

This div border color is #df130a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df130a


Comments

No comments written yet.

Please login to write comment.