Color Hex Logo

#da223f Color Hex

#DA223F
(218,34,63)
0 Favorites   0 Comments

Color spaces of #da223f

RGB 2183463
HSL0.970.730.49
HSV351°84°85°
CMYK 0.000.840.71   0.15
XYZ30.382716.40846.2684
Yxy16.40840.57260.3092
Hunter Lab40.507362.997119.1801
CIE-Lab47.505868.142032.2670

#da223f color RGB value is (218,34,63).

#da223f hex color red value is 218, green value is 34 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #da223f hue: 0.97 , saturation: 0.73 and the lightness value of da223f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100010 00111111
Octal 332 42 77
Decimal 218 34 63
Hex DA 22 3F

RGB Percentages of Color #da223f

%69.21
%10.79
%20.00

CMYK Percentages of Color #da223f

%0
%84
%71
%15

Triadic Colors of #da223f

#da223f #3fda22 #223fda

Analogous Colors of #da223f

#da223f #da6122 #da229b

Monochromatic Colors of #da223f

#da223f

Complementary Color

#da223f #22dabd

#da223f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da223f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da223f Color CSS Codes

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

#da223f Text Font Color

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

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


#da223f Background Color

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

This div background color is #da223f


#da223f Border Color

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

This div border color is #da223f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da223f


Comments

No comments written yet.

Please login to write comment.