Color Hex Logo

#da1310 Color Hex

#DA1310
(218,19,16)
0 Favorites   0 Comments

Color spaces of #da1310

RGB 2181916
HSL0.000.860.46
HSV93°85°
CMYK 0.000.910.93   0.15
XYZ29.239815.40861.9233
Yxy15.40860.62780.3309
Hunter Lab39.253864.268924.5726
CIE-Lab46.188869.477055.1356

#da1310 color RGB value is (218,19,16).

#da1310 hex color red value is 218, green value is 19 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #da1310 hue: 0.00 , saturation: 0.86 and the lightness value of da1310 is 0.46.

The process color (four color CMYK) of #da1310 color hex is 0.00, 0.91, 0.93, 0.15. Web safe color of #da1310 is #cc0000. Color #da1310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010011 00010000
Octal 332 23 20
Decimal 218 19 16
Hex DA 13 10

RGB Percentages of Color #da1310

%86.17
%7.51
%6.32

CMYK Percentages of Color #da1310

%0
%91
%93
%15

Triadic Colors of #da1310

#da1310 #10da13 #1310da

Analogous Colors of #da1310

#da1310 #da7810 #da1072

Monochromatic Colors of #da1310

#da1310

Complementary Color

#da1310 #10d7da

#da1310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da1310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da1310 Color CSS Codes

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

#da1310 Text Font Color

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

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


#da1310 Background Color

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

This div background color is #da1310


#da1310 Border Color

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

This div border color is #da1310


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,19,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da1310


Comments

No comments written yet.

Please login to write comment.