Color Hex Logo

#db0d2c Color Hex

#DB0D2C
(219,13,44)
0 Favorites   0 Comments

Color spaces of #db0d2c

RGB 2191344
HSL0.970.890.45
HSV351°94°86°
CMYK 0.000.940.80   0.14
XYZ29.812015.52983.8092
Yxy15.52980.60650.3160
Hunter Lab39.407966.071221.8545
CIE-Lab46.351570.963642.0909

#db0d2c color RGB value is (219,13,44).

#db0d2c hex color red value is 219, green value is 13 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #db0d2c hue: 0.97 , saturation: 0.89 and the lightness value of db0d2c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001101 00101100
Octal 333 15 54
Decimal 219 13 44
Hex DB D 2C

RGB Percentages of Color #db0d2c

%79.35
%4.71
%15.94

CMYK Percentages of Color #db0d2c

%0
%94
%80
%14

Triadic Colors of #db0d2c

#db0d2c #2cdb0d #0d2cdb

Analogous Colors of #db0d2c

#db0d2c #db550d #db0d93

Monochromatic Colors of #db0d2c

#db0d2c

Complementary Color

#db0d2c #0ddbbc

#db0d2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0d2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0d2c Color CSS Codes

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

#db0d2c Text Font Color

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

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


#db0d2c Background Color

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

This div background color is #db0d2c


#db0d2c Border Color

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

This div border color is #db0d2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0d2c


Comments

No comments written yet.

Please login to write comment.