Color Hex Logo

#db102c Color Hex

#DB102C
(219,16,44)
0 Favorites   0 Comments

Color spaces of #db102c

RGB 2191644
HSL0.980.860.46
HSV352°93°86°
CMYK 0.000.930.80   0.14
XYZ29.853315.61253.8229
Yxy15.61250.60570.3168
Hunter Lab39.512765.716321.9225
CIE-Lab46.461970.644142.2031

#db102c color RGB value is (219,16,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010000 00101100
Octal 333 20 54
Decimal 219 16 44
Hex DB 10 2C

RGB Percentages of Color #db102c

%78.49
%5.73
%15.77

CMYK Percentages of Color #db102c

%0
%93
%80
%14

Triadic Colors of #db102c

#db102c #2cdb10 #102cdb

Analogous Colors of #db102c

#db102c #db5a10 #db1092

Monochromatic Colors of #db102c

#db102c

Complementary Color

#db102c #10dbbf

#db102c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db102c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db102c Color CSS Codes

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

#db102c Text Font Color

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

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


#db102c Background Color

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

This div background color is #db102c


#db102c Border Color

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

This div border color is #db102c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db102c


Comments

No comments written yet.

Please login to write comment.