Color Hex Logo

#de111d Color Hex

#DE111D
(222,17,29)
0 Favorites   0 Comments

Color spaces of #de111d

RGB 2221729
HSL0.990.860.47
HSV356°92°87°
CMYK 0.000.920.87   0.13
XYZ30.546416.01922.6444
Yxy16.01920.62070.3255
Hunter Lab40.024066.189624.0995
CIE-Lab46.999770.936550.7014

#de111d color RGB value is (222,17,29).

#de111d hex color red value is 222, green value is 17 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #de111d hue: 0.99 , saturation: 0.86 and the lightness value of de111d is 0.47.

The process color (four color CMYK) of #de111d color hex is 0.00, 0.92, 0.87, 0.13. Web safe color of #de111d is #cc0033. Color #de111d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010001 00011101
Octal 336 21 35
Decimal 222 17 29
Hex DE 11 1D

RGB Percentages of Color #de111d

%82.84
%6.34
%10.82

CMYK Percentages of Color #de111d

%0
%92
%87
%13

Triadic Colors of #de111d

#de111d #1dde11 #111dde

Analogous Colors of #de111d

#de111d #de6c11 #de1184

Monochromatic Colors of #de111d

#de111d

Complementary Color

#de111d #11ded2

#de111d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de111d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de111d Color CSS Codes

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

#de111d Text Font Color

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

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


#de111d Background Color

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

This div background color is #de111d


#de111d Border Color

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

This div border color is #de111d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de111d


Comments

No comments written yet.

Please login to write comment.