Color Hex Logo

#db192d Color Hex

#DB192D
(219,25,45)
0 Favorites   0 Comments

Color spaces of #db192d

RGB 2192545
HSL0.980.800.48
HSV354°89°86°
CMYK 0.000.890.79   0.14
XYZ30.034715.94483.9773
Yxy15.94480.60120.3192
Hunter Lab39.930964.382522.0461
CIE-Lab46.902069.434442.0917

#db192d color RGB value is (219,25,45).

#db192d hex color red value is 219, green value is 25 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #db192d hue: 0.98 , saturation: 0.80 and the lightness value of db192d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011001 00101101
Octal 333 31 55
Decimal 219 25 45
Hex DB 19 2D

RGB Percentages of Color #db192d

%75.78
%8.65
%15.57

CMYK Percentages of Color #db192d

%0
%89
%79
%14

Triadic Colors of #db192d

#db192d #2ddb19 #192ddb

Analogous Colors of #db192d

#db192d #db6619 #db198e

Monochromatic Colors of #db192d

#db192d

Complementary Color

#db192d #19dbc7

#db192d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db192d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db192d Color CSS Codes

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

#db192d Text Font Color

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

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


#db192d Background Color

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

This div background color is #db192d


#db192d Border Color

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

This div border color is #db192d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db192d


Comments

No comments written yet.

Please login to write comment.