Color Hex Logo

#da3b18 Color Hex

#DA3B18
(218,59,24)
0 Favorites   0 Comments

Color spaces of #da3b18

RGB 2185924
HSL0.030.800.47
HSV11°89°85°
CMYK 0.000.730.89   0.15
XYZ30.642318.09932.7426
Yxy18.09930.59520.3516
Hunter Lab42.543354.116025.9581
CIE-Lab49.616360.015954.5046

#da3b18 color RGB value is (218,59,24).

#da3b18 hex color red value is 218, green value is 59 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #da3b18 hue: 0.03 , saturation: 0.80 and the lightness value of da3b18 is 0.47.

The process color (four color CMYK) of #da3b18 color hex is 0.00, 0.73, 0.89, 0.15. Web safe color of #da3b18 is #cc3300. Color #da3b18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111011 00011000
Octal 332 73 30
Decimal 218 59 24
Hex DA 3B 18

RGB Percentages of Color #da3b18

%72.43
%19.60
%7.97

CMYK Percentages of Color #da3b18

%0
%73
%89
%15

Triadic Colors of #da3b18

#da3b18 #18da3b #3b18da

Analogous Colors of #da3b18

#da3b18 #da9c18 #da1856

Monochromatic Colors of #da3b18

#da3b18

Complementary Color

#da3b18 #18b7da

#da3b18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da3b18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da3b18 Color CSS Codes

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

#da3b18 Text Font Color

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

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


#da3b18 Background Color

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

This div background color is #da3b18


#da3b18 Border Color

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

This div border color is #da3b18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da3b18


Comments

No comments written yet.

Please login to write comment.