Color Hex Logo

#da040c Color Hex

#DA040C
(218,4,12)
0 Favorites   0 Comments

Color spaces of #da040c

RGB 218412
HSL0.990.960.44
HSV358°98°85°
CMYK 0.000.980.94   0.15
XYZ29.023215.01881.7171
Yxy15.01880.63430.3282
Hunter Lab38.754165.860224.5009
CIE-Lab45.659970.921256.1559

#da040c color RGB value is (218,4,12).

#da040c hex color red value is 218, green value is 4 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #da040c hue: 0.99 , saturation: 0.96 and the lightness value of da040c is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000100 00001100
Octal 332 4 14
Decimal 218 4 12
Hex DA 4 C

RGB Percentages of Color #da040c

%93.16
%1.71
%5.13

CMYK Percentages of Color #da040c

%0
%98
%94
%15

Triadic Colors of #da040c

#da040c #0cda04 #040cda

Analogous Colors of #da040c

#da040c #da6704 #da0477

Monochromatic Colors of #da040c

#da040c

Complementary Color

#da040c #04dad2

#da040c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da040c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da040c Color CSS Codes

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

#da040c Text Font Color

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

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


#da040c Background Color

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

This div background color is #da040c


#da040c Border Color

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

This div border color is #da040c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da040c


Comments

No comments written yet.

Please login to write comment.