Color Hex Logo

#db182a Color Hex

#DB182A
(219,24,42)
0 Favorites   0 Comments

Color spaces of #db182a

RGB 2192442
HSL0.980.800.48
HSV354°89°86°
CMYK 0.000.890.81   0.14
XYZ29.958015.88053.6768
Yxy15.88050.60500.3207
Hunter Lab39.850364.451522.4248
CIE-Lab46.817369.509243.6610

#db182a color RGB value is (219,24,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011000 00101010
Octal 333 30 52
Decimal 219 24 42
Hex DB 18 2A

RGB Percentages of Color #db182a

%76.84
%8.42
%14.74

CMYK Percentages of Color #db182a

%0
%89
%81
%14

Triadic Colors of #db182a

#db182a #2adb18 #182adb

Analogous Colors of #db182a

#db182a #db6818 #db188c

Monochromatic Colors of #db182a

#db182a

Complementary Color

#db182a #18dbc9

#db182a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db182a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db182a Color CSS Codes

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

#db182a Text Font Color

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

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


#db182a Background Color

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

This div background color is #db182a


#db182a Border Color

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

This div border color is #db182a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db182a


Comments

No comments written yet.

Please login to write comment.