Color Hex Logo

#de163d Color Hex

#DE163D
(222,22,61)
0 Favorites   0 Comments

Color spaces of #de163d

RGB 2222261
HSL0.970.820.48
HSV348°90°87°
CMYK 0.000.900.73   0.13
XYZ31.253416.44035.9409
Yxy16.44030.58270.3065
Hunter Lab40.546666.631419.6955
CIE-Lab47.546971.199833.7070

#de163d color RGB value is (222,22,61).

#de163d hex color red value is 222, green value is 22 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #de163d hue: 0.97 , saturation: 0.82 and the lightness value of de163d is 0.48.

The process color (four color CMYK) of #de163d color hex is 0.00, 0.90, 0.73, 0.13. Web safe color of #de163d is #cc0033. Color #de163d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010110 00111101
Octal 336 26 75
Decimal 222 22 61
Hex DE 16 3D

RGB Percentages of Color #de163d

%72.79
%7.21
%20.00

CMYK Percentages of Color #de163d

%0
%90
%73
%13

Triadic Colors of #de163d

#de163d #3dde16 #163dde

Analogous Colors of #de163d

#de163d #de5316 #de16a1

Monochromatic Colors of #de163d

#de163d

Complementary Color

#de163d #16deb7

#de163d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de163d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de163d Color CSS Codes

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

#de163d Text Font Color

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

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


#de163d Background Color

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

This div background color is #de163d


#de163d Border Color

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

This div border color is #de163d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de163d


Comments

No comments written yet.

Please login to write comment.