Color Hex Logo

#db152e Color Hex

#DB152E
(219,21,46)
0 Favorites   0 Comments

Color spaces of #db152e

RGB 2192146
HSL0.980.830.47
HSV352°90°86°
CMYK 0.000.900.79   0.14
XYZ29.974715.79374.0534
Yxy15.79370.60160.3170
Hunter Lab39.741365.085621.7716
CIE-Lab46.702770.066641.3275

#db152e color RGB value is (219,21,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010101 00101110
Octal 333 25 56
Decimal 219 21 46
Hex DB 15 2E

RGB Percentages of Color #db152e

%76.57
%7.34
%16.08

CMYK Percentages of Color #db152e

%0
%90
%79
%14

Triadic Colors of #db152e

#db152e #2edb15 #152edb

Analogous Colors of #db152e

#db152e #db5f15 #db1591

Monochromatic Colors of #db152e

#db152e

Complementary Color

#db152e #15dbc2

#db152e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db152e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db152e Color CSS Codes

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

#db152e Text Font Color

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

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


#db152e Background Color

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

This div background color is #db152e


#db152e Border Color

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

This div border color is #db152e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db152e


Comments

No comments written yet.

Please login to write comment.