Color Hex Logo

#da412f Color Hex

#DA412F
(218,65,47)
0 Favorites   0 Comments

Color spaces of #da412f

RGB 2186547
HSL0.020.700.52
HSV78°85°
CMYK 0.000.700.78   0.15
XYZ31.316818.89134.6851
Yxy18.89130.57050.3441
Hunter Lab43.464152.550724.0339
CIE-Lab50.559858.446644.6747

#da412f color RGB value is (218,65,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000001 00101111
Octal 332 101 57
Decimal 218 65 47
Hex DA 41 2F

RGB Percentages of Color #da412f

%66.06
%19.70
%14.24

CMYK Percentages of Color #da412f

%0
%70
%78
%15

Triadic Colors of #da412f

#da412f #2fda41 #412fda

Analogous Colors of #da412f

#da412f #da972f #da2f73

Monochromatic Colors of #da412f

#da412f

Complementary Color

#da412f #2fc8da

#da412f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da412f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da412f Color CSS Codes

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

#da412f Text Font Color

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

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


#da412f Background Color

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

This div background color is #da412f


#da412f Border Color

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

This div border color is #da412f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da412f


Comments

No comments written yet.

Please login to write comment.