Color Hex Logo

#de211e Color Hex

#DE211E
(222,33,30)
0 Favorites   0 Comments

Color spaces of #de211e

RGB 2223330
HSL0.000.760.49
HSV86°87°
CMYK 0.000.850.86   0.13
XYZ30.902416.71102.8251
Yxy16.71100.61270.3313
Hunter Lab40.879163.398024.5179
CIE-Lab47.893868.407850.9527

#de211e color RGB value is (222,33,30).

#de211e hex color red value is 222, green value is 33 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #de211e hue: 0.00 , saturation: 0.76 and the lightness value of de211e is 0.49.

The process color (four color CMYK) of #de211e color hex is 0.00, 0.85, 0.86, 0.13. Web safe color of #de211e is #cc3333. Color #de211e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100001 00011110
Octal 336 41 36
Decimal 222 33 30
Hex DE 21 1E

RGB Percentages of Color #de211e

%77.89
%11.58
%10.53

CMYK Percentages of Color #de211e

%0
%85
%86
%13

Triadic Colors of #de211e

#de211e #1ede21 #211ede

Analogous Colors of #de211e

#de211e #de811e #de1e7b

Monochromatic Colors of #de211e

#de211e

Complementary Color

#de211e #1edbde

#de211e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de211e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de211e Color CSS Codes

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

#de211e Text Font Color

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

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


#de211e Background Color

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

This div background color is #de211e


#de211e Border Color

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

This div border color is #de211e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de211e


Comments

No comments written yet.

Please login to write comment.