Color Hex Logo

#da020d Color Hex

#DA020D
(218,2,13)
0 Favorites   0 Comments

Color spaces of #da020d

RGB 218213
HSL0.990.980.43
HSV357°99°85°
CMYK 0.000.990.94   0.15
XYZ29.007814.97791.7429
Yxy14.97790.63430.3275
Hunter Lab38.701366.063924.4208
CIE-Lab45.603971.103155.8094

#da020d color RGB value is (218,2,13).

#da020d hex color red value is 218, green value is 2 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #da020d hue: 0.99 , saturation: 0.98 and the lightness value of da020d is 0.43.

The process color (four color CMYK) of #da020d color hex is 0.00, 0.99, 0.94, 0.15. Web safe color of #da020d is #cc0000. Color #da020d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000010 00001101
Octal 332 2 15
Decimal 218 2 13
Hex DA 2 D

RGB Percentages of Color #da020d

%93.56
%0.86
%5.58

CMYK Percentages of Color #da020d

%0
%99
%94
%15

Triadic Colors of #da020d

#da020d #0dda02 #020dda

Analogous Colors of #da020d

#da020d #da6302 #da0279

Monochromatic Colors of #da020d

#da020d

Complementary Color

#da020d #02dacf

#da020d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da020d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da020d Color CSS Codes

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

#da020d Text Font Color

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

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


#da020d Background Color

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

This div background color is #da020d


#da020d Border Color

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

This div border color is #da020d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da020d


Comments

No comments written yet.

Please login to write comment.