Color Hex Logo

#da243c Color Hex

#DA243C
(218,36,60)
0 Favorites   0 Comments

Color spaces of #da243c

RGB 2183660
HSL0.980.720.50
HSV352°83°85°
CMYK 0.000.830.72   0.15
XYZ30.359916.49345.8584
Yxy16.49340.57600.3129
Hunter Lab40.612162.368119.8757
CIE-Lab47.615367.584634.1776

#da243c color RGB value is (218,36,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100100 00111100
Octal 332 44 74
Decimal 218 36 60
Hex DA 24 3C

RGB Percentages of Color #da243c

%69.43
%11.46
%19.11

CMYK Percentages of Color #da243c

%0
%83
%72
%15

Triadic Colors of #da243c

#da243c #3cda24 #243cda

Analogous Colors of #da243c

#da243c #da6724 #da2497

Monochromatic Colors of #da243c

#da243c

Complementary Color

#da243c #24dac2

#da243c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da243c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da243c Color CSS Codes

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

#da243c Text Font Color

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

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


#da243c Background Color

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

This div background color is #da243c


#da243c Border Color

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

This div border color is #da243c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da243c


Comments

No comments written yet.

Please login to write comment.