Color Hex Logo

#de132c Color Hex

#DE132C
(222,19,44)
0 Favorites   0 Comments

Color spaces of #de132c

RGB 2221944
HSL0.980.840.47
HSV353°91°87°
CMYK 0.000.910.80   0.13
XYZ30.811716.17723.8814
Yxy16.17720.60570.3180
Hunter Lab40.220966.355522.4330
CIE-Lab47.206171.035343.1538

#de132c color RGB value is (222,19,44).

#de132c hex color red value is 222, green value is 19 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #de132c hue: 0.98 , saturation: 0.84 and the lightness value of de132c is 0.47.

The process color (four color CMYK) of #de132c color hex is 0.00, 0.91, 0.80, 0.13. Web safe color of #de132c is #cc0033. Color #de132c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010011 00101100
Octal 336 23 54
Decimal 222 19 44
Hex DE 13 2C

RGB Percentages of Color #de132c

%77.89
%6.67
%15.44

CMYK Percentages of Color #de132c

%0
%91
%80
%13

Triadic Colors of #de132c

#de132c #2cde13 #132cde

Analogous Colors of #de132c

#de132c #de6013 #de1392

Monochromatic Colors of #de132c

#de132c

Complementary Color

#de132c #13dec5

#de132c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de132c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de132c Color CSS Codes

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

#de132c Text Font Color

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

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


#de132c Background Color

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

This div background color is #de132c


#de132c Border Color

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

This div border color is #de132c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de132c


Comments

No comments written yet.

Please login to write comment.