Color Hex Logo

#de332f Color Hex

#DE332F
(222,51,47)
0 Favorites   0 Comments

Color spaces of #de332f

RGB 2225147
HSL0.000.730.53
HSV79°87°
CMYK 0.000.770.79   0.13
XYZ31.821118.10254.5063
Yxy18.10250.58460.3326
Hunter Lab42.547059.043623.5033
CIE-Lab49.620264.340443.9578

#de332f color RGB value is (222,51,47).

#de332f hex color red value is 222, green value is 51 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #de332f hue: 0.00 , saturation: 0.73 and the lightness value of de332f is 0.53.

The process color (four color CMYK) of #de332f color hex is 0.00, 0.77, 0.79, 0.13. Web safe color of #de332f is #cc3333. Color #de332f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110011 00101111
Octal 336 63 57
Decimal 222 51 47
Hex DE 33 2F

RGB Percentages of Color #de332f

%69.38
%15.94
%14.69

CMYK Percentages of Color #de332f

%0
%77
%79
%13

Triadic Colors of #de332f

#de332f #2fde33 #332fde

Analogous Colors of #de332f

#de332f #de8b2f #de2f83

Monochromatic Colors of #de332f

#de332f

Complementary Color

#de332f #2fdade

#de332f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de332f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de332f Color CSS Codes

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

#de332f Text Font Color

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

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


#de332f Background Color

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

This div background color is #de332f


#de332f Border Color

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

This div border color is #de332f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,51,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 #de332f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de332f


Comments

No comments written yet.

Please login to write comment.