Color Hex Logo

#db3e2c Color Hex

#DB3E2C
(219,62,44)
0 Favorites   0 Comments

Color spaces of #db3e2c

RGB 2196244
HSL0.020.710.52
HSV80°86°
CMYK 0.000.720.80   0.14
XYZ31.390718.68724.3354
Yxy18.68720.57690.3434
Hunter Lab43.228753.968324.3139
CIE-Lab50.319259.754946.0489

#db3e2c color RGB value is (219,62,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111110 00101100
Octal 333 76 54
Decimal 219 62 44
Hex DB 3E 2C

RGB Percentages of Color #db3e2c

%67.38
%19.08
%13.54

CMYK Percentages of Color #db3e2c

%0
%72
%80
%14

Triadic Colors of #db3e2c

#db3e2c #2cdb3e #3e2cdb

Analogous Colors of #db3e2c

#db3e2c #db962c #db2c72

Monochromatic Colors of #db3e2c

#db3e2c

Complementary Color

#db3e2c #2cc9db

#db3e2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3e2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3e2c Color CSS Codes

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

#db3e2c Text Font Color

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

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


#db3e2c Background Color

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

This div background color is #db3e2c


#db3e2c Border Color

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

This div border color is #db3e2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3e2c


Comments

No comments written yet.

Please login to write comment.