Color Hex Logo

#d93121 Color Hex

#D93121
(217,49,33)
0 Favorites   0 Comments

Color spaces of #d93121

RGB 2174933
HSL0.010.740.49
HSV85°85°
CMYK 0.000.770.85   0.15
XYZ29.988117.05813.1508
Yxy17.05810.59740.3398
Hunter Lab41.301557.327524.3879
CIE-Lab48.333263.089349.5171

#d93121 color RGB value is (217,49,33).

#d93121 hex color red value is 217, green value is 49 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #d93121 hue: 0.01 , saturation: 0.74 and the lightness value of d93121 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110001 00100001
Octal 331 61 41
Decimal 217 49 33
Hex D9 31 21

RGB Percentages of Color #d93121

%72.58
%16.39
%11.04

CMYK Percentages of Color #d93121

%0
%77
%85
%15

Triadic Colors of #d93121

#d93121 #21d931 #3121d9

Analogous Colors of #d93121

#d93121 #d98d21 #d9216d

Monochromatic Colors of #d93121

#d93121

Complementary Color

#d93121 #21c9d9

#d93121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93121 Color CSS Codes

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

#d93121 Text Font Color

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

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


#d93121 Background Color

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

This div background color is #d93121


#d93121 Border Color

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

This div border color is #d93121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93121


Comments

No comments written yet.

Please login to write comment.