Color Hex Logo

#d94241 Color Hex

#D94241
(217,66,65)
0 Favorites   0 Comments

Color spaces of #d94241

RGB 2176665
HSL0.000.670.55
HSV70°85°
CMYK 0.000.700.70   0.15
XYZ31.517619.02987.0130
Yxy19.02980.54760.3306
Hunter Lab43.623252.625221.0046
CIE-Lab50.722158.483734.8681

#d94241 color RGB value is (217,66,65).

#d94241 hex color red value is 217, green value is 66 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #d94241 hue: 0.00 , saturation: 0.67 and the lightness value of d94241 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000010 01000001
Octal 331 102 101
Decimal 217 66 65
Hex D9 42 41

RGB Percentages of Color #d94241

%62.36
%18.97
%18.68

CMYK Percentages of Color #d94241

%0
%70
%70
%15

Triadic Colors of #d94241

#d94241 #41d942 #4241d9

Analogous Colors of #d94241

#d94241 #d98e41 #d9418c

Monochromatic Colors of #d94241

#d94241

Complementary Color

#d94241 #41d8d9

#d94241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94241 Color CSS Codes

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

#d94241 Text Font Color

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

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


#d94241 Background Color

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

This div background color is #d94241


#d94241 Border Color

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

This div border color is #d94241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94241


Comments

No comments written yet.

Please login to write comment.