Color Hex Logo

#da103f Color Hex

#DA103F
(218,16,63)
0 Favorites   0 Comments

Color spaces of #da103f

RGB 2181663
HSL0.960.860.46
HSV346°93°85°
CMYK 0.000.930.71   0.15
XYZ29.995915.63496.1395
Yxy15.63490.57940.3020
Hunter Lab39.541066.213818.4728
CIE-Lab46.491871.055731.0517

#da103f color RGB value is (218,16,63).

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

The process color (four color CMYK) of #da103f color hex is 0.00, 0.93, 0.71, 0.15. Web safe color of #da103f is #cc0033. Color #da103f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010000 00111111
Octal 332 20 77
Decimal 218 16 63
Hex DA 10 3F

RGB Percentages of Color #da103f

%73.40
%5.39
%21.21

CMYK Percentages of Color #da103f

%0
%93
%71
%15

Triadic Colors of #da103f

#da103f #3fda10 #103fda

Analogous Colors of #da103f

#da103f #da4610 #da10a4

Monochromatic Colors of #da103f

#da103f

Complementary Color

#da103f #10daab

#da103f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da103f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da103f Color CSS Codes

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

#da103f Text Font Color

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

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


#da103f Background Color

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

This div background color is #da103f


#da103f Border Color

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

This div border color is #da103f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da103f


Comments

No comments written yet.

Please login to write comment.