Color Hex Logo

#db333e Color Hex

#DB333E
(219,51,62)
0 Favorites   0 Comments

Color spaces of #db333e

RGB 2195162
HSL0.990.700.53
HSV356°77°86°
CMYK 0.000.770.72   0.14
XYZ31.266717.77556.3405
Yxy17.77550.56460.3210
Hunter Lab42.161058.594320.5962
CIE-Lab49.222764.025734.9322

#db333e color RGB value is (219,51,62).

#db333e hex color red value is 219, green value is 51 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #db333e hue: 0.99 , saturation: 0.70 and the lightness value of db333e is 0.53.

The process color (four color CMYK) of #db333e color hex is 0.00, 0.77, 0.72, 0.14. Web safe color of #db333e is #cc3333. Color #db333e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110011 00111110
Octal 333 63 76
Decimal 219 51 62
Hex DB 33 3E

RGB Percentages of Color #db333e

%65.96
%15.36
%18.67

CMYK Percentages of Color #db333e

%0
%77
%72
%14

Triadic Colors of #db333e

#db333e #3edb33 #333edb

Analogous Colors of #db333e

#db333e #db7c33 #db3392

Monochromatic Colors of #db333e

#db333e

Complementary Color

#db333e #33dbd0

#db333e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db333e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db333e Color CSS Codes

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

#db333e Text Font Color

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

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


#db333e Background Color

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

This div background color is #db333e


#db333e Border Color

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

This div border color is #db333e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db333e


Comments

No comments written yet.

Please login to write comment.