Color Hex Logo

#da243f Color Hex

#DA243F
(218,36,63)
0 Favorites   0 Comments

Color spaces of #da243f

RGB 2183663
HSL0.980.720.50
HSV351°83°85°
CMYK 0.000.830.71   0.15
XYZ30.441516.52616.2880
Yxy16.52610.57160.3103
Hunter Lab40.652362.523919.2858
CIE-Lab47.657367.709532.4478

#da243f color RGB value is (218,36,63).

#da243f hex color red value is 218, green value is 36 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #da243f hue: 0.98 , saturation: 0.72 and the lightness value of da243f is 0.50.

The process color (four color CMYK) of #da243f color hex is 0.00, 0.83, 0.71, 0.15. Web safe color of #da243f is #cc3333. Color #da243f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100100 00111111
Octal 332 44 77
Decimal 218 36 63
Hex DA 24 3F

RGB Percentages of Color #da243f

%68.77
%11.36
%19.87

CMYK Percentages of Color #da243f

%0
%83
%71
%15

Triadic Colors of #da243f

#da243f #3fda24 #243fda

Analogous Colors of #da243f

#da243f #da6424 #da249a

Monochromatic Colors of #da243f

#da243f

Complementary Color

#da243f #24dabf

#da243f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da243f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da243f Color CSS Codes

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

#da243f Text Font Color

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

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


#da243f Background Color

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

This div background color is #da243f


#da243f Border Color

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

This div border color is #da243f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da243f


Comments

No comments written yet.

Please login to write comment.