Color Hex Logo

#d11110 Color Hex

#D11110
(209,17,16)
0 Favorites   0 Comments

Color spaces of #d11110

RGB 2091716
HSL0.000.860.44
HSV92°82°
CMYK 0.000.920.92   0.18
XYZ26.588513.99361.7899
Yxy13.99360.62750.3303
Hunter Lab37.408061.408423.3487
CIE-Lab44.223867.420452.9807

#d11110 color RGB value is (209,17,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010001 00010000
Octal 321 21 20
Decimal 209 17 16
Hex D1 11 10

RGB Percentages of Color #d11110

%86.36
%7.02
%6.61

CMYK Percentages of Color #d11110

%0
%92
%92
%18

Triadic Colors of #d11110

#d11110 #10d111 #1110d1

Analogous Colors of #d11110

#d11110 #d17210 #d11070

Monochromatic Colors of #d11110

#d11110

Complementary Color

#d11110 #10d0d1

#d11110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11110 Color CSS Codes

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

#d11110 Text Font Color

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

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


#d11110 Background Color

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

This div background color is #d11110


#d11110 Border Color

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

This div border color is #d11110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11110


Comments

No comments written yet.

Please login to write comment.