Color Hex Logo

#da301e Color Hex

#DA301E
(218,48,30)
0 Favorites   0 Comments

Color spaces of #da301e

RGB 2184830
HSL0.020.760.49
HSV86°85°
CMYK 0.000.780.86   0.15
XYZ30.204717.11312.9395
Yxy17.11310.60100.3405
Hunter Lab41.368057.937224.7446
CIE-Lab48.402263.609251.0406

#da301e color RGB value is (218,48,30).

#da301e hex color red value is 218, green value is 48 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #da301e hue: 0.02 , saturation: 0.76 and the lightness value of da301e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110000 00011110
Octal 332 60 36
Decimal 218 48 30
Hex DA 30 1E

RGB Percentages of Color #da301e

%73.65
%16.22
%10.14

CMYK Percentages of Color #da301e

%0
%78
%86
%15

Triadic Colors of #da301e

#da301e #1eda30 #301eda

Analogous Colors of #da301e

#da301e #da8e1e #da1e6a

Monochromatic Colors of #da301e

#da301e

Complementary Color

#da301e #1ec8da

#da301e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da301e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da301e Color CSS Codes

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

#da301e Text Font Color

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

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


#da301e Background Color

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

This div background color is #da301e


#da301e Border Color

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

This div border color is #da301e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da301e


Comments

No comments written yet.

Please login to write comment.