Color Hex Logo

#d11029 Color Hex

#D11029
(209,16,41)
0 Favorites   0 Comments

Color spaces of #d11029

RGB 2091641
HSL0.980.860.44
HSV352°92°82°
CMYK 0.000.920.80   0.18
XYZ26.880014.08603.4000
Yxy14.08600.60590.3175
Hunter Lab37.531362.162220.9008
CIE-Lab44.356068.041041.0821

#d11029 color RGB value is (209,16,41).

#d11029 hex color red value is 209, green value is 16 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #d11029 hue: 0.98 , saturation: 0.86 and the lightness value of d11029 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010000 00101001
Octal 321 20 51
Decimal 209 16 41
Hex D1 10 29

RGB Percentages of Color #d11029

%78.57
%6.02
%15.41

CMYK Percentages of Color #d11029

%0
%92
%80
%18

Triadic Colors of #d11029

#d11029 #29d110 #1029d1

Analogous Colors of #d11029

#d11029 #d15810 #d1108a

Monochromatic Colors of #d11029

#d11029

Complementary Color

#d11029 #10d1b8

#d11029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11029 Color CSS Codes

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

#d11029 Text Font Color

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

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


#d11029 Background Color

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

This div background color is #d11029


#d11029 Border Color

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

This div border color is #d11029


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,16,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11029


Comments

No comments written yet.

Please login to write comment.