Color Hex Logo

#db152c Color Hex

#DB152C
(219,21,44)
0 Favorites   0 Comments

Color spaces of #db152c

RGB 2192144
HSL0.980.830.47
HSV353°90°86°
CMYK 0.000.900.80   0.14
XYZ29.936215.77823.8506
Yxy15.77820.60400.3183
Hunter Lab39.721865.012922.0577
CIE-Lab46.682170.009342.4250

#db152c color RGB value is (219,21,44).

#db152c hex color red value is 219, green value is 21 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #db152c hue: 0.98 , saturation: 0.83 and the lightness value of db152c is 0.47.

The process color (four color CMYK) of #db152c color hex is 0.00, 0.90, 0.80, 0.14. Web safe color of #db152c is #cc0033. Color #db152c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010101 00101100
Octal 333 25 54
Decimal 219 21 44
Hex DB 15 2C

RGB Percentages of Color #db152c

%77.11
%7.39
%15.49

CMYK Percentages of Color #db152c

%0
%90
%80
%14

Triadic Colors of #db152c

#db152c #2cdb15 #152cdb

Analogous Colors of #db152c

#db152c #db6115 #db158f

Monochromatic Colors of #db152c

#db152c

Complementary Color

#db152c #15dbc4

#db152c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db152c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db152c Color CSS Codes

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

#db152c Text Font Color

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

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


#db152c Background Color

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

This div background color is #db152c


#db152c Border Color

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

This div border color is #db152c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,21,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 #db152c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db152c


Comments

No comments written yet.

Please login to write comment.