Color Hex Logo

#da182b Color Hex

#DA182B
(218,24,43)
0 Favorites   0 Comments

Color spaces of #da182b

RGB 2182443
HSL0.980.800.47
HSV354°89°85°
CMYK 0.000.890.80   0.15
XYZ29.676115.73313.7582
Yxy15.73310.60360.3200
Hunter Lab39.665064.134522.1478
CIE-Lab46.622469.278942.8513

#da182b color RGB value is (218,24,43).

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

The process color (four color CMYK) of #da182b color hex is 0.00, 0.89, 0.80, 0.15. Web safe color of #da182b is #cc0033. Color #da182b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011000 00101011
Octal 332 30 53
Decimal 218 24 43
Hex DA 18 2B

RGB Percentages of Color #da182b

%76.49
%8.42
%15.09

CMYK Percentages of Color #da182b

%0
%89
%80
%15

Triadic Colors of #da182b

#da182b #2bda18 #182bda

Analogous Colors of #da182b

#da182b #da6618 #da188c

Monochromatic Colors of #da182b

#da182b

Complementary Color

#da182b #18dac7

#da182b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da182b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da182b Color CSS Codes

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

#da182b Text Font Color

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

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


#da182b Background Color

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

This div background color is #da182b


#da182b Border Color

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

This div border color is #da182b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da182b


Comments

No comments written yet.

Please login to write comment.