Color Hex Logo

#db422e Color Hex

#DB422E
(219,66,46)
0 Favorites   0 Comments

Color spaces of #db422e

RGB 2196646
HSL0.020.710.52
HSV79°86°
CMYK 0.000.700.79   0.14
XYZ31.654819.15384.6134
Yxy19.15380.57120.3456
Hunter Lab43.765152.518324.3856
CIE-Lab50.866758.361845.5631

#db422e color RGB value is (219,66,46).

#db422e hex color red value is 219, green value is 66 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #db422e hue: 0.02 , saturation: 0.71 and the lightness value of db422e is 0.52.

The process color (four color CMYK) of #db422e color hex is 0.00, 0.70, 0.79, 0.14. Web safe color of #db422e is #cc3333. Color #db422e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000010 00101110
Octal 333 102 56
Decimal 219 66 46
Hex DB 42 2E

RGB Percentages of Color #db422e

%66.16
%19.94
%13.90

CMYK Percentages of Color #db422e

%0
%70
%79
%14

Triadic Colors of #db422e

#db422e #2edb42 #422edb

Analogous Colors of #db422e

#db422e #db992e #db2e71

Monochromatic Colors of #db422e

#db422e

Complementary Color

#db422e #2ec7db

#db422e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db422e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db422e Color CSS Codes

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

#db422e Text Font Color

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

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


#db422e Background Color

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

This div background color is #db422e


#db422e Border Color

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

This div border color is #db422e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db422e


Comments

No comments written yet.

Please login to write comment.