Color Hex Logo

#db332f Color Hex

#DB332F
(219,51,47)
0 Favorites   0 Comments

Color spaces of #db332f

RGB 2195147
HSL0.000.700.52
HSV79°86°
CMYK 0.000.770.79   0.14
XYZ30.910317.63304.4637
Yxy17.63300.58310.3327
Hunter Lab41.991757.909423.0917
CIE-Lab49.047963.462543.1898

#db332f color RGB value is (219,51,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110011 00101111
Octal 333 63 57
Decimal 219 51 47
Hex DB 33 2F

RGB Percentages of Color #db332f

%69.09
%16.09
%14.83

CMYK Percentages of Color #db332f

%0
%77
%79
%14

Triadic Colors of #db332f

#db332f #2fdb33 #332fdb

Analogous Colors of #db332f

#db332f #db892f #db2f81

Monochromatic Colors of #db332f

#db332f

Complementary Color

#db332f #2fd7db

#db332f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db332f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db332f Color CSS Codes

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

#db332f Text Font Color

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

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


#db332f Background Color

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

This div background color is #db332f


#db332f Border Color

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

This div border color is #db332f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db332f


Comments

No comments written yet.

Please login to write comment.