Color Hex Logo

#da100c Color Hex

#DA100C
(218,16,12)
0 Favorites   0 Comments

Color spaces of #da100c

RGB 2181612
HSL0.000.900.45
HSV94°85°
CMYK 0.000.930.94   0.15
XYZ29.165115.30261.7643
Yxy15.30260.63080.3310
Hunter Lab39.118564.624524.7089
CIE-Lab46.045969.805456.3659

#da100c color RGB value is (218,16,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010000 00001100
Octal 332 20 14
Decimal 218 16 12
Hex DA 10 C

RGB Percentages of Color #da100c

%88.62
%6.50
%4.88

CMYK Percentages of Color #da100c

%0
%93
%94
%15

Triadic Colors of #da100c

#da100c #0cda10 #100cda

Analogous Colors of #da100c

#da100c #da770c #da0c6f

Monochromatic Colors of #da100c

#da100c

Complementary Color

#da100c #0cd6da

#da100c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da100c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da100c Color CSS Codes

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

#da100c Text Font Color

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

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


#da100c Background Color

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

This div background color is #da100c


#da100c Border Color

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

This div border color is #da100c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da100c


Comments

No comments written yet.

Please login to write comment.