Color Hex Logo

#de132f Color Hex

#DE132F
(222,19,47)
0 Favorites   0 Comments

Color spaces of #de132f

RGB 2221947
HSL0.980.840.47
HSV352°91°87°
CMYK 0.000.910.79   0.13
XYZ30.870216.20064.1893
Yxy16.20060.60220.3160
Hunter Lab40.250066.465322.0040
CIE-Lab47.236671.121341.5099

#de132f color RGB value is (222,19,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010011 00101111
Octal 336 23 57
Decimal 222 19 47
Hex DE 13 2F

RGB Percentages of Color #de132f

%77.08
%6.60
%16.32

CMYK Percentages of Color #de132f

%0
%91
%79
%13

Triadic Colors of #de132f

#de132f #2fde13 #132fde

Analogous Colors of #de132f

#de132f #de5d13 #de1395

Monochromatic Colors of #de132f

#de132f

Complementary Color

#de132f #13dec2

#de132f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de132f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de132f Color CSS Codes

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

#de132f Text Font Color

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

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


#de132f Background Color

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

This div background color is #de132f


#de132f Border Color

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

This div border color is #de132f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de132f


Comments

No comments written yet.

Please login to write comment.