Color Hex Logo

#db070c Color Hex

#DB070C
(219,7,12)
0 Favorites   0 Comments

Color spaces of #db070c

RGB 219712
HSL1.000.940.44
HSV359°97°86°
CMYK 0.000.970.95   0.14
XYZ29.355815.23861.7419
Yxy15.23860.63350.3289
Hunter Lab39.036665.919024.6800
CIE-Lab45.959370.912256.4317

#db070c color RGB value is (219,7,12).

#db070c hex color red value is 219, green value is 7 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #db070c hue: 1.00 , saturation: 0.94 and the lightness value of db070c is 0.44.

The process color (four color CMYK) of #db070c color hex is 0.00, 0.97, 0.95, 0.14. Web safe color of #db070c is #cc0000. Color #db070c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000111 00001100
Octal 333 7 14
Decimal 219 7 12
Hex DB 7 C

RGB Percentages of Color #db070c

%92.02
%2.94
%5.04

CMYK Percentages of Color #db070c

%0
%97
%95
%14

Triadic Colors of #db070c

#db070c #0cdb07 #070cdb

Analogous Colors of #db070c

#db070c #db6c07 #db0776

Monochromatic Colors of #db070c

#db070c

Complementary Color

#db070c #07dbd6

#db070c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db070c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db070c Color CSS Codes

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

#db070c Text Font Color

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

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


#db070c Background Color

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

This div background color is #db070c


#db070c Border Color

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

This div border color is #db070c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db070c


Comments

No comments written yet.

Please login to write comment.