Color Hex Logo

#da292c Color Hex

#DA292C
(218,41,44)
0 Favorites   0 Comments

Color spaces of #da292c

RGB 2184144
HSL1.000.710.51
HSV359°81°85°
CMYK 0.000.810.80   0.15
XYZ30.161016.67324.0115
Yxy16.67320.59320.3279
Hunter Lab40.832860.390822.7582
CIE-Lab47.845665.843843.5290

#da292c color RGB value is (218,41,44).

#da292c hex color red value is 218, green value is 41 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #da292c hue: 1.00 , saturation: 0.71 and the lightness value of da292c is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101001 00101100
Octal 332 51 54
Decimal 218 41 44
Hex DA 29 2C

RGB Percentages of Color #da292c

%71.95
%13.53
%14.52

CMYK Percentages of Color #da292c

%0
%81
%80
%15

Triadic Colors of #da292c

#da292c #2cda29 #292cda

Analogous Colors of #da292c

#da292c #da7f29 #da2985

Monochromatic Colors of #da292c

#da292c

Complementary Color

#da292c #29dad7

#da292c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da292c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da292c Color CSS Codes

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

#da292c Text Font Color

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

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


#da292c Background Color

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

This div background color is #da292c


#da292c Border Color

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

This div border color is #da292c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,41,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 #da292c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da292c


Comments

No comments written yet.

Please login to write comment.