Color Hex Logo

#da240d Color Hex

#DA240D
(218,36,13)
0 Favorites   0 Comments

Color spaces of #da240d

RGB 2183613
HSL0.020.890.45
HSV94°85°
CMYK 0.000.830.94   0.15
XYZ29.617016.19621.9460
Yxy16.19620.62010.3391
Hunter Lab40.244560.935025.3042
CIE-Lab47.230966.430756.7280

#da240d color RGB value is (218,36,13).

#da240d hex color red value is 218, green value is 36 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #da240d hue: 0.02 , saturation: 0.89 and the lightness value of da240d is 0.45.

The process color (four color CMYK) of #da240d color hex is 0.00, 0.83, 0.94, 0.15. Web safe color of #da240d is #cc3300. Color #da240d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100100 00001101
Octal 332 44 15
Decimal 218 36 13
Hex DA 24 D

RGB Percentages of Color #da240d

%81.65
%13.48
%4.87

CMYK Percentages of Color #da240d

%0
%83
%94
%15

Triadic Colors of #da240d

#da240d #0dda24 #240dda

Analogous Colors of #da240d

#da240d #da8b0d #da0d5c

Monochromatic Colors of #da240d

#da240d

Complementary Color

#da240d #0dc3da

#da240d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da240d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da240d Color CSS Codes

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

#da240d Text Font Color

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

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


#da240d Background Color

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

This div background color is #da240d


#da240d Border Color

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

This div border color is #da240d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da240d


Comments

No comments written yet.

Please login to write comment.