Color Hex Logo

#da1019 Color Hex

#DA1019
(218,16,25)
0 Favorites   0 Comments

Color spaces of #da1019

RGB 2181625
HSL0.990.860.46
HSV357°93°85°
CMYK 0.000.930.89   0.15
XYZ29.274215.34622.3389
Yxy15.34620.62340.3268
Hunter Lab39.174264.835023.8820
CIE-Lab46.104869.971651.4807

#da1019 color RGB value is (218,16,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010000 00011001
Octal 332 20 31
Decimal 218 16 25
Hex DA 10 19

RGB Percentages of Color #da1019

%84.17
%6.18
%9.65

CMYK Percentages of Color #da1019

%0
%93
%89
%15

Triadic Colors of #da1019

#da1019 #19da10 #1019da

Analogous Colors of #da1019

#da1019 #da6c10 #da107e

Monochromatic Colors of #da1019

#da1019

Complementary Color

#da1019 #10dad1

#da1019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da1019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da1019 Color CSS Codes

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

#da1019 Text Font Color

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

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


#da1019 Background Color

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

This div background color is #da1019


#da1019 Border Color

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

This div border color is #da1019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da1019


Comments

No comments written yet.

Please login to write comment.