Color Hex Logo

#da212d Color Hex

#DA212D
(218,33,45)
0 Favorites   0 Comments

Color spaces of #da212d

RGB 2183345
HSL0.990.740.49
HSV356°85°85°
CMYK 0.000.850.79   0.15
XYZ29.931016.18264.0286
Yxy16.18260.59690.3227
Hunter Lab40.227662.413122.2217
CIE-Lab47.213167.700842.3441

#da212d color RGB value is (218,33,45).

#da212d hex color red value is 218, green value is 33 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #da212d hue: 0.99 , saturation: 0.74 and the lightness value of da212d is 0.49.

The process color (four color CMYK) of #da212d color hex is 0.00, 0.85, 0.79, 0.15. Web safe color of #da212d is #cc3333. Color #da212d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100001 00101101
Octal 332 41 55
Decimal 218 33 45
Hex DA 21 2D

RGB Percentages of Color #da212d

%73.65
%11.15
%15.20

CMYK Percentages of Color #da212d

%0
%85
%79
%15

Triadic Colors of #da212d

#da212d #2dda21 #212dda

Analogous Colors of #da212d

#da212d #da7221 #da218a

Monochromatic Colors of #da212d

#da212d

Complementary Color

#da212d #21dace

#da212d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da212d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da212d Color CSS Codes

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

#da212d Text Font Color

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

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


#da212d Background Color

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

This div background color is #da212d


#da212d Border Color

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

This div border color is #da212d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da212d


Comments

No comments written yet.

Please login to write comment.