Color Hex Logo

#da2817 Color Hex

#DA2817
(218,40,23)
0 Favorites   0 Comments

Color spaces of #da2817

RGB 2184023
HSL0.010.810.47
HSV89°85°
CMYK 0.000.820.89   0.15
XYZ29.826916.48492.4205
Yxy16.48490.61210.3383
Hunter Lab40.601660.077524.8865
CIE-Lab47.604365.619853.4270

#da2817 color RGB value is (218,40,23).

#da2817 hex color red value is 218, green value is 40 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #da2817 hue: 0.01 , saturation: 0.81 and the lightness value of da2817 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101000 00010111
Octal 332 50 27
Decimal 218 40 23
Hex DA 28 17

RGB Percentages of Color #da2817

%77.58
%14.23
%8.19

CMYK Percentages of Color #da2817

%0
%82
%89
%15

Triadic Colors of #da2817

#da2817 #17da28 #2817da

Analogous Colors of #da2817

#da2817 #da8a17 #da1768

Monochromatic Colors of #da2817

#da2817

Complementary Color

#da2817 #17c9da

#da2817 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2817 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2817 Color CSS Codes

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

#da2817 Text Font Color

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

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


#da2817 Background Color

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

This div background color is #da2817


#da2817 Border Color

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

This div border color is #da2817


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2817


Comments

No comments written yet.

Please login to write comment.