Color Hex Logo

#de333b Color Hex

#DE333B
(222,51,59)
0 Favorites   0 Comments

Color spaces of #de333b

RGB 2225159
HSL0.990.720.54
HSV357°77°87°
CMYK 0.000.770.73   0.13
XYZ32.097418.21305.9614
Yxy18.21300.57040.3237
Hunter Lab42.676759.566721.5916
CIE-Lab49.753464.768037.4241

#de333b color RGB value is (222,51,59).

#de333b hex color red value is 222, green value is 51 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #de333b hue: 0.99 , saturation: 0.72 and the lightness value of de333b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110011 00111011
Octal 336 63 73
Decimal 222 51 59
Hex DE 33 3B

RGB Percentages of Color #de333b

%66.87
%15.36
%17.77

CMYK Percentages of Color #de333b

%0
%77
%73
%13

Triadic Colors of #de333b

#de333b #3bde33 #333bde

Analogous Colors of #de333b

#de333b #de8133 #de3391

Monochromatic Colors of #de333b

#de333b

Complementary Color

#de333b #33ded6

#de333b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de333b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de333b Color CSS Codes

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

#de333b Text Font Color

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

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


#de333b Background Color

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

This div background color is #de333b


#de333b Border Color

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

This div border color is #de333b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de333b


Comments

No comments written yet.

Please login to write comment.