Color Hex Logo

#da240f Color Hex

#DA240F
(218,36,15)
0 Favorites   0 Comments

Color spaces of #da240f

RGB 2183615
HSL0.020.870.46
HSV93°85°
CMYK 0.000.830.93   0.15
XYZ29.630516.20172.0175
Yxy16.20170.61920.3386
Hunter Lab40.251360.960625.2042
CIE-Lab47.238066.451456.1076

#da240f color RGB value is (218,36,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100100 00001111
Octal 332 44 17
Decimal 218 36 15
Hex DA 24 F

RGB Percentages of Color #da240f

%81.04
%13.38
%5.58

CMYK Percentages of Color #da240f

%0
%83
%93
%15

Triadic Colors of #da240f

#da240f #0fda24 #240fda

Analogous Colors of #da240f

#da240f #da8a0f #da0f5f

Monochromatic Colors of #da240f

#da240f

Complementary Color

#da240f #0fc5da

#da240f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da240f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da240f Color CSS Codes

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

#da240f Text Font Color

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

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


#da240f Background Color

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

This div background color is #da240f


#da240f Border Color

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

This div border color is #da240f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da240f


Comments

No comments written yet.

Please login to write comment.