Color Hex Logo

#da412a Color Hex

#DA412A
(218,65,42)
0 Favorites   0 Comments

Color spaces of #da412a

RGB 2186542
HSL0.020.700.51
HSV81°85°
CMYK 0.000.700.81   0.15
XYZ31.221718.85324.1840
Yxy18.85320.57540.3475
Hunter Lab43.420352.366424.6810
CIE-Lab50.515058.289647.1909

#da412a color RGB value is (218,65,42).

#da412a hex color red value is 218, green value is 65 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #da412a hue: 0.02 , saturation: 0.70 and the lightness value of da412a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000001 00101010
Octal 332 101 52
Decimal 218 65 42
Hex DA 41 2A

RGB Percentages of Color #da412a

%67.08
%20.00
%12.92

CMYK Percentages of Color #da412a

%0
%70
%81
%15

Triadic Colors of #da412a

#da412a #2ada41 #412ada

Analogous Colors of #da412a

#da412a #da992a #da2a6b

Monochromatic Colors of #da412a

#da412a

Complementary Color

#da412a #2ac3da

#da412a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da412a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da412a Color CSS Codes

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

#da412a Text Font Color

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

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


#da412a Background Color

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

This div background color is #da412a


#da412a Border Color

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

This div border color is #da412a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da412a


Comments

No comments written yet.

Please login to write comment.