Color Hex Logo

#da303e Color Hex

#DA303E
(218,48,62)
0 Favorites   0 Comments

Color spaces of #da303e

RGB 2184862
HSL0.990.700.52
HSV355°78°85°
CMYK 0.000.780.72   0.15
XYZ30.839917.36716.2842
Yxy17.36710.56600.3187
Hunter Lab41.673959.166120.2311
CIE-Lab48.719364.617834.2944

#da303e color RGB value is (218,48,62).

#da303e hex color red value is 218, green value is 48 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #da303e hue: 0.99 , saturation: 0.70 and the lightness value of da303e is 0.52.

The process color (four color CMYK) of #da303e color hex is 0.00, 0.78, 0.72, 0.15. Web safe color of #da303e is #cc3333. Color #da303e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110000 00111110
Octal 332 60 76
Decimal 218 48 62
Hex DA 30 3E

RGB Percentages of Color #da303e

%66.46
%14.63
%18.90

CMYK Percentages of Color #da303e

%0
%78
%72
%15

Triadic Colors of #da303e

#da303e #3eda30 #303eda

Analogous Colors of #da303e

#da303e #da7730 #da3093

Monochromatic Colors of #da303e

#da303e

Complementary Color

#da303e #30dacc

#da303e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da303e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da303e Color CSS Codes

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

#da303e Text Font Color

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

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


#da303e Background Color

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

This div background color is #da303e


#da303e Border Color

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

This div border color is #da303e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da303e


Comments

No comments written yet.

Please login to write comment.