Color Hex Logo

#d11121 Color Hex

#D11121
(209,17,33)
0 Favorites   0 Comments

Color spaces of #d11121

RGB 2091733
HSL0.990.850.44
HSV355°92°82°
CMYK 0.000.920.84   0.18
XYZ26.769514.06602.7429
Yxy14.06600.61430.3228
Hunter Lab37.504761.773821.9171
CIE-Lab44.327467.713945.3837

#d11121 color RGB value is (209,17,33).

#d11121 hex color red value is 209, green value is 17 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #d11121 hue: 0.99 , saturation: 0.85 and the lightness value of d11121 is 0.44.

The process color (four color CMYK) of #d11121 color hex is 0.00, 0.92, 0.84, 0.18. Web safe color of #d11121 is #cc0033. Color #d11121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010001 00100001
Octal 321 21 41
Decimal 209 17 33
Hex D1 11 21

RGB Percentages of Color #d11121

%80.69
%6.56
%12.74

CMYK Percentages of Color #d11121

%0
%92
%84
%18

Triadic Colors of #d11121

#d11121 #21d111 #1121d1

Analogous Colors of #d11121

#d11121 #d16111 #d11181

Monochromatic Colors of #d11121

#d11121

Complementary Color

#d11121 #11d1c1

#d11121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11121 Color CSS Codes

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

#d11121 Text Font Color

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

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


#d11121 Background Color

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

This div background color is #d11121


#d11121 Border Color

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

This div border color is #d11121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11121


Comments

No comments written yet.

Please login to write comment.