Color Hex Logo

#db030c Color Hex

#DB030C
(219,3,12)
0 Favorites   0 Comments

Color spaces of #db030c

RGB 219312
HSL0.990.970.44
HSV358°99°86°
CMYK 0.000.990.95   0.14
XYZ29.312315.15171.7275
Yxy15.15170.63460.3280
Hunter Lab38.925266.298924.6163
CIE-Lab45.841371.253856.3675

#db030c color RGB value is (219,3,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000011 00001100
Octal 333 3 14
Decimal 219 3 12
Hex DB 3 C

RGB Percentages of Color #db030c

%93.59
%1.28
%5.13

CMYK Percentages of Color #db030c

%0
%99
%95
%14

Triadic Colors of #db030c

#db030c #0cdb03 #030cdb

Analogous Colors of #db030c

#db030c #db6603 #db0378

Monochromatic Colors of #db030c

#db030c

Complementary Color

#db030c #03dbd2

#db030c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db030c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db030c Color CSS Codes

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

#db030c Text Font Color

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

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


#db030c Background Color

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

This div background color is #db030c


#db030c Border Color

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

This div border color is #db030c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db030c


Comments

No comments written yet.

Please login to write comment.