Color Hex Logo

#da242c Color Hex

#DA242C
(218,36,44)
0 Favorites   0 Comments

Color spaces of #da242c

RGB 2183644
HSL0.990.720.50
HSV357°83°85°
CMYK 0.000.830.80   0.15
XYZ29.998916.34903.9574
Yxy16.34900.59630.3250
Hunter Lab40.433961.674222.5008
CIE-Lab47.429167.027143.1114

#da242c color RGB value is (218,36,44).

#da242c hex color red value is 218, green value is 36 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #da242c hue: 0.99 , saturation: 0.72 and the lightness value of da242c is 0.50.

The process color (four color CMYK) of #da242c color hex is 0.00, 0.83, 0.80, 0.15. Web safe color of #da242c is #cc3333. Color #da242c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100100 00101100
Octal 332 44 54
Decimal 218 36 44
Hex DA 24 2C

RGB Percentages of Color #da242c

%73.15
%12.08
%14.77

CMYK Percentages of Color #da242c

%0
%83
%80
%15

Triadic Colors of #da242c

#da242c #2cda24 #242cda

Analogous Colors of #da242c

#da242c #da7724 #da2487

Monochromatic Colors of #da242c

#da242c

Complementary Color

#da242c #24dad2

#da242c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da242c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da242c Color CSS Codes

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

#da242c Text Font Color

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

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


#da242c Background Color

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

This div background color is #da242c


#da242c Border Color

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

This div border color is #da242c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da242c


Comments

No comments written yet.

Please login to write comment.