Color Hex Logo

#da240e Color Hex

#DA240E
(218,36,14)
0 Favorites   0 Comments

Color spaces of #da240e

RGB 2183614
HSL0.020.880.45
HSV94°85°
CMYK 0.000.830.94   0.15
XYZ29.623616.19891.9808
Yxy16.19890.61970.3389
Hunter Lab40.247960.947525.2555
CIE-Lab47.234466.440856.4242

#da240e color RGB value is (218,36,14).

#da240e hex color red value is 218, green value is 36 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #da240e hue: 0.02 , saturation: 0.88 and the lightness value of da240e is 0.45.

The process color (four color CMYK) of #da240e color hex is 0.00, 0.83, 0.94, 0.15. Web safe color of #da240e is #cc3300. Color #da240e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100100 00001110
Octal 332 44 16
Decimal 218 36 14
Hex DA 24 E

RGB Percentages of Color #da240e

%81.34
%13.43
%5.22

CMYK Percentages of Color #da240e

%0
%83
%94
%15

Triadic Colors of #da240e

#da240e #0eda24 #240eda

Analogous Colors of #da240e

#da240e #da8a0e #da0e5e

Monochromatic Colors of #da240e

#da240e

Complementary Color

#da240e #0ec4da

#da240e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da240e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da240e Color CSS Codes

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

#da240e Text Font Color

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

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


#da240e Background Color

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

This div background color is #da240e


#da240e Border Color

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

This div border color is #da240e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da240e


Comments

No comments written yet.

Please login to write comment.